diff options
author | wiz <wiz@pkgsrc.org> | 2016-06-19 18:01:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-06-19 18:01:58 +0000 |
commit | 27b93027208eb2b29533daf760c172a4bc737604 (patch) | |
tree | f44a6ebc46a757618272f1bc7b9baa50f36a0f70 /mk | |
parent | 63843bc94fe3b55fe786e264d141583a30f4b142 (diff) | |
download | pkgsrc-27b93027208eb2b29533daf760c172a4bc737604.tar.gz |
Remove support for USE_CROSSBASE.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.use.mk | 4 | ||||
-rw-r--r-- | mk/help/directories.help | 7 |
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. # |