diff options
author | agc <agc@pkgsrc.org> | 2001-12-15 20:25:34 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2001-12-15 20:25:34 +0000 |
commit | ccff9099bcc040b948d88c32959fa8204a9900f4 (patch) | |
tree | 8f67a7596dd99f5fb7729eb89ce6b6a3af3c8f95 /japanese | |
parent | 36ce7249f893aba53d41fe7e3db33c37e3ba143a (diff) | |
download | pkgsrc-ccff9099bcc040b948d88c32959fa8204a9900f4.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 'japanese')
-rw-r--r-- | japanese/texfamily/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/texfamily/Makefile b/japanese/texfamily/Makefile index cb9fe4e48bd..aaa7fc8d1a2 100644 --- a/japanese/texfamily/Makefile +++ b/japanese/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/12/08 01:02:48 kei Exp $ +# $NetBSD: Makefile,v 1.7 2001/12/15 20:25:36 agc Exp $ DISTNAME= TeXfamily-1.2.1nb1 CATEGORIES= japanese @@ -30,7 +30,7 @@ DEPENDS+= TeXfamily-share>=1.2.1nb1:../../japanese/texfamily-share DEPENDS+= ja-vflib-lib-[0-9]*:../../japanese/vflib-lib DIST_SUBDIR= TeXfamily -TETEX_DIR= ${PKGSRCDIR}/print/teTeX-bin/${WRKDIR:T}/teTeX-1.0 +TETEX_DIR= ${_PKGSRCDIR}/print/teTeX-bin/${WRKDIR:T}/teTeX-1.0 WRKSRC= ${TETEX_DIR} EXTRACT_ONLY= # none |