summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-12-31 08:05:00 +0000
committerwiz <wiz@pkgsrc.org>2005-12-31 08:05:00 +0000
commit8466aed83cac9b4b6de3f0a19de13755b6d0a157 (patch)
tree8fb7cd6a774d4e3d2cf6dc6c0a93d4c0e906f3de /mk
parent62a3e4fd03668e6b1c04b26c95e923b0ff449060 (diff)
downloadpkgsrc-8466aed83cac9b4b6de3f0a19de13755b6d0a157.tar.gz
If target is real-su-bin-install, set DEPENDS_TARGET to bin-install.
From Chapman Flack in PR 30928.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index 4fc213ea3f7..42e801b49e5 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1776 2005/12/31 07:53:11 wiz Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1777 2005/12/31 08:05:00 wiz Exp $
#
# This file is in the public domain.
#
@@ -1017,7 +1017,7 @@ DEPENDS_TARGET= ${UPDATE_TARGET}
. else
DEPENDS_TARGET= update
. endif
-. elif make(bin-install)
+. elif make(bin-install) || make(real-su-bin-install)
DEPENDS_TARGET= bin-install
. else
DEPENDS_TARGET= reinstall