pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ja-ptex-bin Give this pkg a chance to determine ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d923208a84ce
branches:  trunk
changeset: 491984:d923208a84ce
user:      hubertf <hubertf%pkgsrc.org@localhost>
date:      Sat Apr 02 19:35:48 2005 +0000

description:
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.

diffstat:

 print/ja-ptex-bin/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r f00b41fdcc0c -r d923208a84ce print/ja-ptex-bin/Makefile
--- a/print/ja-ptex-bin/Makefile        Sat Apr 02 18:06:52 2005 +0000
+++ b/print/ja-ptex-bin/Makefile        Sat Apr 02 19:35:48 2005 +0000
@@ -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_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//}



Home | Main Index | Thread Index | Old Index