pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Get rid of INSTALLATION_PREFIX.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f111cd3a86c5
branches:  trunk
changeset: 348852:f111cd3a86c5
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 19 20:03:09 2016 +0000

description:
Get rid of INSTALLATION_PREFIX.

diffstat:

 mk/bsd.pkg.use.mk        |  6 +-----
 mk/help/directories.help |  6 ++----
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs (44 lines):

diff -r fed309422ccd -r f111cd3a86c5 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Sun Jun 19 19:10:49 2016 +0000
+++ b/mk/bsd.pkg.use.mk Sun Jun 19 20:03:09 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.61 2016/06/19 18:01:58 wiz Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.62 2016/06/19 20:03:09 wiz Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -50,11 +50,7 @@
 MAKE_FLAGS+=           CC=${CC:Q} CXX=${CXX:Q}
 .endif
 
-.if defined(INSTALLATION_PREFIX)
-PREFIX=                        ${INSTALLATION_PREFIX}
-.else
 PREFIX=                        ${LOCALBASE}
-.endif
 
 ############################################################################
 # General settings
diff -r fed309422ccd -r f111cd3a86c5 mk/help/directories.help
--- a/mk/help/directories.help  Sun Jun 19 19:10:49 2016 +0000
+++ b/mk/help/directories.help  Sun Jun 19 20:03:09 2016 +0000
@@ -1,17 +1,15 @@
-# $NetBSD: directories.help,v 1.5 2016/06/19 18:01:58 wiz Exp $
+# $NetBSD: directories.help,v 1.6 2016/06/19 20:03:09 wiz Exp $
 #
 # This file contains some short documentation on the directories that
 # are used within pkgsrc.
 
 # PREFIX
 #      This is the directory where the package should install its
-#      files. The actual value depends on the variable
-#      INSTALLATION_PREFIX.
+#      files. This is usually LOCALBASE.
 #
 #      Tags: read-only, system-defined, non-overridable, etc.
 #
 #      See also:
-#              INSTALLATION_PREFIX,
 #              LOCALBASE.
 #
 



Home | Main Index | Thread Index | Old Index