pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk Make it more explicit that PKG_DESTDIR_SUPPORT and ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41907db088cc
branches:  trunk
changeset: 543407:41907db088cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jun 16 15:10:48 2008 +0000

description:
Make it more explicit that PKG_DESTDIR_SUPPORT and as side effect
META_PACKAGE must be set before including bsd.prefs.mk.

diffstat:

 mk/bsd.prefs.mk      |  5 ++++-
 mk/help/destdir.help |  5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 1d87c489b376 -r 41907db088cc mk/bsd.prefs.mk
--- a/mk/bsd.prefs.mk   Mon Jun 16 14:55:03 2008 +0000
+++ b/mk/bsd.prefs.mk   Mon Jun 16 15:10:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.prefs.mk,v 1.284 2008/06/12 01:09:02 joerg Exp $
+# $NetBSD: bsd.prefs.mk,v 1.285 2008/06/16 15:10:48 joerg Exp $
 #
 # This file includes the mk.conf file, which contains the user settings.
 #
@@ -358,6 +358,9 @@
 # only purpose is to depend on other packages, giving that collection
 # a simple name.
 #
+# This variable must be set before including bsd.prefs.mk directly or
+# indirectly.
+#
 # Keywords: meta meta-package META_PACKAGE
 #
 .if defined(META_PACKAGE)
diff -r 1d87c489b376 -r 41907db088cc mk/help/destdir.help
--- a/mk/help/destdir.help      Mon Jun 16 14:55:03 2008 +0000
+++ b/mk/help/destdir.help      Mon Jun 16 15:10:48 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: destdir.help,v 1.1 2008/01/19 22:41:47 rillig Exp $
+# $NetBSD: destdir.help,v 1.2 2008/06/16 15:10:48 joerg Exp $
 #
 # ===
 # Warning: This file is still under construction. Don't rely on it.
@@ -37,6 +37,9 @@
 #        ownership or permissions. The installation is done by the
 #        privileged user.
 #
+# This variable must be set before including bsd.prefs.mk directly or
+# indirectly.
+#
 # === Implementation notes ===
 #
 # In the "install" phase, the variable DESTDIR is set in the make(1)



Home | Main Index | Thread Index | Old Index