summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorwiz <wiz>2016-06-19 18:01:58 +0000
committerwiz <wiz>2016-06-19 18:01:58 +0000
commit716f7111f879064e8c7d85429ef5f3ea5abf700a (patch)
tree4a8a52a9e7f1c471b99bc0db704cb1afcc25cea0 /mk
parent052f766ebed9cd0f2b60c7f0a24a23567c4f05bc (diff)
downloadpkgsrc-716f7111f879064e8c7d85429ef5f3ea5abf700a.tar.gz
Remove support for USE_CROSSBASE.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.use.mk4
-rw-r--r--mk/help/directories.help7
2 files changed, 4 insertions, 7 deletions
diff --git a/mk/bsd.pkg.use.mk b/mk/bsd.pkg.use.mk
index c09c93c1970..727870eb6ec 100644
--- a/mk/bsd.pkg.use.mk
+++ b/mk/bsd.pkg.use.mk
@@ -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 @@ MAKE_FLAGS+= CC=${CC:Q} CXX=${CXX:Q}
.if defined(INSTALLATION_PREFIX)
PREFIX= ${INSTALLATION_PREFIX}
-.elif defined(USE_CROSSBASE)
-PREFIX= ${CROSSBASE}
.else
PREFIX= ${LOCALBASE}
.endif
diff --git a/mk/help/directories.help b/mk/help/directories.help
index 27fe2f7d4a1..ca9c8ac3896 100644
--- a/mk/help/directories.help
+++ b/mk/help/directories.help
@@ -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.
#