summaryrefslogtreecommitdiff
path: root/mk/depends
diff options
context:
space:
mode:
authorjlam <jlam>2006-06-06 18:24:44 +0000
committerjlam <jlam>2006-06-06 18:24:44 +0000
commit9b0c524be755db3ec929282dabea79e9f1dcae58 (patch)
treee99fe482c648ed24a618aec32cd98d179ac626df /mk/depends
parent540875f0c06d5ff76d41346a2f1ed15d275df2f1 (diff)
downloadpkgsrc-9b0c524be755db3ec929282dabea79e9f1dcae58.tar.gz
real-su-bin-install is no more... it's just su-bin-install.
Diffstat (limited to 'mk/depends')
-rw-r--r--mk/depends/bsd.depends.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/depends/bsd.depends.mk b/mk/depends/bsd.depends.mk
index b90290c2d79..db02fdf24c1 100644
--- a/mk/depends/bsd.depends.mk
+++ b/mk/depends/bsd.depends.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.depends.mk,v 1.3 2006/06/05 17:41:11 jlam Exp $
+# $NetBSD: bsd.depends.mk,v 1.4 2006/06/06 18:24:44 jlam Exp $
#
# This Makefile fragment is included by bsd.pkg.mk and provides all
# variables and targets related to dependencies.
@@ -22,7 +22,7 @@ DEPENDS_TARGET= ${UPDATE_TARGET}
. else
DEPENDS_TARGET= update
. endif
-. elif make(bin-install) || make(real-su-bin-install)
+. elif make(bin-install) || make(su-bin-install)
DEPENDS_TARGET= bin-install
. else
DEPENDS_TARGET= reinstall