pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk If target is real-su-bin-install, set DEPENDS_TARGE...
details: https://anonhg.NetBSD.org/pkgsrc/rev/100f10c9390a
branches: trunk
changeset: 505166:100f10c9390a
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Dec 31 08:05:00 2005 +0000
description:
If target is real-su-bin-install, set DEPENDS_TARGET to bin-install.
>From Chapman Flack in PR 30928.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r c52771f5a55c -r 100f10c9390a mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Sat Dec 31 07:53:11 2005 +0000
+++ b/mk/bsd.pkg.mk Sat Dec 31 08:05:00 2005 +0000
@@ -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 @@
. 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
Home |
Main Index |
Thread Index |
Old Index