diff options
author | agc <agc> | 2001-12-15 20:25:34 +0000 |
---|---|---|
committer | agc <agc> | 2001-12-15 20:25:34 +0000 |
commit | 339d37ae0d69ce4e0961e667048241f100dd4126 (patch) | |
tree | 8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /cross/i386-netbsdpe | |
parent | 38ff8cd8ab867cfe52ea1ec127f75f916623c2d2 (diff) | |
download | pkgsrc-339d37ae0d69ce4e0961e667048241f100dd4126.tar.gz |
Modify all references to PKGSRCDIR to _PKGSRCDIR, except in the external
references of the pkglint package.
_PKGSRCDIR is an internal definition in bsd.pkg.mk, and a few packages
which would like to refer to other packages in the build tree. It should
not be set by users, but neither should it stop a user from building a
package if it is defined, so make it obvious that this is the case.
Diffstat (limited to 'cross/i386-netbsdpe')
-rw-r--r-- | cross/i386-netbsdpe/files/cross.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cross/i386-netbsdpe/files/cross.mk b/cross/i386-netbsdpe/files/cross.mk index 684e3b3f9f1..2583ac115d8 100644 --- a/cross/i386-netbsdpe/files/cross.mk +++ b/cross/i386-netbsdpe/files/cross.mk @@ -14,7 +14,7 @@ MESSAGE_SUBST+= CROSSBASE=${CROSSBASE} HOMEPAGE?= http://gcc.gnu.org/ TARGET_DIR= ${PREFIX}/${TARGET_ARCH} -COMMON_DIR= ${PKGSRCDIR}/cross/COMMON +COMMON_DIR= ${_PKGSRCDIR}/cross/COMMON GCC_PLIST_DIR= files PLIST_PRE?= ${PKGDIR}/PLIST |