pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Remove support for USE_CROSSBASE.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f72dfe7202a7
branches:  trunk
changeset: 348845:f72dfe7202a7
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Jun 19 18:01:58 2016 +0000

description:
Remove support for USE_CROSSBASE.

diffstat:

 mk/bsd.pkg.use.mk        |  4 +---
 mk/help/directories.help |  7 +++----
 2 files changed, 4 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 9d26da1709cb -r f72dfe7202a7 mk/bsd.pkg.use.mk
--- a/mk/bsd.pkg.use.mk Sun Jun 19 17:25:53 2016 +0000
+++ b/mk/bsd.pkg.use.mk Sun Jun 19 18:01:58 2016 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.pkg.use.mk,v 1.60 2015/07/04 16:18:38 joerg Exp $
+#      $NetBSD: bsd.pkg.use.mk,v 1.61 2016/06/19 18:01:58 wiz Exp $
 #
 # Turn USE_* macros into proper depedency logic.  Included near the top of
 # bsd.pkg.mk, after bsd.prefs.mk.
@@ -52,8 +52,6 @@
 
 .if defined(INSTALLATION_PREFIX)
 PREFIX=                        ${INSTALLATION_PREFIX}
-.elif defined(USE_CROSSBASE)
-PREFIX=                        ${CROSSBASE}
 .else
 PREFIX=                        ${LOCALBASE}
 .endif
diff -r 9d26da1709cb -r f72dfe7202a7 mk/help/directories.help
--- a/mk/help/directories.help  Sun Jun 19 17:25:53 2016 +0000
+++ b/mk/help/directories.help  Sun Jun 19 18:01:58 2016 +0000
@@ -1,17 +1,16 @@
-# $NetBSD: directories.help,v 1.4 2015/07/04 16:18:38 joerg Exp $
+# $NetBSD: directories.help,v 1.5 2016/06/19 18:01:58 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 variables
-#      INSTALLATION_PREFIX and USE_CROSSBASE.
+#      files. The actual value depends on the variable
+#      INSTALLATION_PREFIX.
 #
 #      Tags: read-only, system-defined, non-overridable, etc.
 #
 #      See also:
-#              CROSSBASE,
 #              INSTALLATION_PREFIX,
 #              LOCALBASE.
 #



Home | Main Index | Thread Index | Old Index