summaryrefslogtreecommitdiff
path: root/usr.sbin/pkg_add
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2011-07-19 20:04:24 +0000
committerMarc Espie <espie@cvs.openbsd.org>2011-07-19 20:04:24 +0000
commit2e0ad3f5e80dd2ff6c63b556705c14ba25406f31 (patch)
treeb70fef4121825b7753c4344ba77a75a5fc70c154 /usr.sbin/pkg_add
parent04aac29e428a00fcd0e6bbcc207f2f82a11ba863 (diff)
tag fuzzy stuff for manual-installs too
Diffstat (limited to 'usr.sbin/pkg_add')
-rw-r--r--usr.sbin/pkg_add/OpenBSD/Update.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/pkg_add/OpenBSD/Update.pm b/usr.sbin/pkg_add/OpenBSD/Update.pm
index 614505279b8..dd57d45bc1d 100644
--- a/usr.sbin/pkg_add/OpenBSD/Update.pm
+++ b/usr.sbin/pkg_add/OpenBSD/Update.pm
@@ -1,5 +1,5 @@
# ex:ts=8 sw=4:
-# $OpenBSD: Update.pm,v 1.148 2011/06/19 01:28:43 espie Exp $
+# $OpenBSD: Update.pm,v 1.149 2011/07/19 20:04:23 espie Exp $
#
# Copyright (c) 2004-2010 Marc Espie <espie@openbsd.org>
#
@@ -254,6 +254,7 @@ sub process_hint
my $r = $state->choose_location($hint_name, $l);
if (defined $r) {
$self->add_location($set, $hint, $r);
+ OpenBSD::Add::tag_user_packages($set);
return 1;
} else {
return 0;