diff options
author | jlam <jlam@pkgsrc.org> | 2004-10-07 02:01:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-10-07 02:01:37 +0000 |
commit | 17c3aafac1aa4cacaba3e9998eacf16787dfefb4 (patch) | |
tree | 15912261de9f656cabfa82bfc7708e5e4ee1ae67 /print | |
parent | d2eb44c14d837a993265620b7872506e7223a34f (diff) | |
download | pkgsrc-17c3aafac1aa4cacaba3e9998eacf16787dfefb4.tar.gz |
* Make PKGSRC_TOPDIR a private variable by renaming it to _PKGSRC_TOPDIR,
as it's only used internally by bsd.prefs.mk.
* Make _PKGSRCDIR a public variable by renaming it to PKGSRCDIR.
Also, generate its value from ${_PKGSRC_TOPDIR} so it's less fragile
than the old method of stripping off the last two components of
${.CURDIR}. PKGSRCDIR may now be used after bsd.prefs.mk is defined.
* Change all references to _PKGSRCDIR to PKGSRCDIR.
Diffstat (limited to 'print')
-rw-r--r-- | print/ja-ptex-bin/Makefile | 4 | ||||
-rw-r--r-- | print/texfamily/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index 541f3053536..ec4fe1134b7 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/05/23 15:09:06 heinz Exp $ +# $NetBSD: Makefile,v 1.13 2004/10/07 02:01:38 jlam Exp $ DISTNAME= ptex-src-${PTEX_VERS} PKGNAME= ja-ptex-bin-${PTEX_VERS} @@ -37,7 +37,7 @@ DF_TETEX_BIN= tetex-src-${TETEX_BIN_VERS}${EXTRACT_SUFX} DF_DVIPSK_PATCH= dvipsk-jpatch-${DVIPSK_PATCH_VERS}${EXTRACT_SUFX} DF_MENDEXK= mendexk${MENDEXK_VERS}${EXTRACT_SUFX} -WRKDIR_= ${_PKGSRCDIR}/print/teTeX-bin/${WRKDIR:T} +WRKDIR_= ${PKGSRCDIR}/print/teTeX-bin/${WRKDIR:T} TETEX_DIR= ${WRKDIR_}/tetex-src-${TETEX_BIN_VERS} WRKSRC= ${TETEX_DIR} WRKSRC_PTEX= ${WRKSRC}/texk/web2c/${DISTNAME:S/-src//} diff --git a/print/texfamily/Makefile b/print/texfamily/Makefile index 76ed3e8bed6..12879195dea 100644 --- a/print/texfamily/Makefile +++ b/print/texfamily/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/05/23 15:09:06 heinz Exp $ +# $NetBSD: Makefile,v 1.9 2004/10/07 02:01:38 jlam Exp $ DISTNAME= TeXfamily-1.2.1 PKGREVISION= 5 @@ -31,7 +31,7 @@ DEPENDS+= TeXfamily-share>=1.2.1nb3:../../print/texfamily-share DEPENDS+= ja-vflib-lib-[0-9]*:../../print/ja-vflib-lib DIST_SUBDIR= TeXfamily -TETEX_DIR= ${_PKGSRCDIR}/print/teTeX1-bin/${WRKDIR:T}/teTeX-1.0 +TETEX_DIR= ${PKGSRCDIR}/print/teTeX1-bin/${WRKDIR:T}/teTeX-1.0 WRKSRC= ${TETEX_DIR} EXTRACT_ONLY= # none |