From c4524e2881496e6587a56aa4437a02a42c66cfeb Mon Sep 17 00:00:00 2001 From: hubertf Date: Sat, 2 Apr 2005 19:35:48 +0000 Subject: Give this pkg a chance to determine teTeX(s)'s work dir in a read-only pkgsrc environment (pkg_comp), where no "work"-dir/symlink will be created. --- print/ja-ptex-bin/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/ja-ptex-bin/Makefile b/print/ja-ptex-bin/Makefile index ec4fe1134b7..052f1d1e006 100644 --- a/print/ja-ptex-bin/Makefile +++ b/print/ja-ptex-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/07 02:01:38 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/02 19:35:48 hubertf 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_!= cd ${PKGSRCDIR}/print/teTeX-bin; ${MAKE} show-var VARNAME=WRKDIR TETEX_DIR= ${WRKDIR_}/tetex-src-${TETEX_BIN_VERS} WRKSRC= ${TETEX_DIR} WRKSRC_PTEX= ${WRKSRC}/texk/web2c/${DISTNAME:S/-src//} -- cgit v1.2.3