summaryrefslogtreecommitdiff
path: root/mk/depends
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-06-06 18:24:44 +0000
committerjlam <jlam@pkgsrc.org>2006-06-06 18:24:44 +0000
commitdfed7426cb6d1487479edbc9684d049cdce9b17a (patch)
treee99fe482c648ed24a618aec32cd98d179ac626df /mk/depends
parent08763d7226110bc2a667c72c1b28848b6315de38 (diff)
downloadpkgsrc-dfed7426cb6d1487479edbc9684d049cdce9b17a.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