From c4ce071513a98ea888eefb1bee28f2a5e29f5361 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 2 Dec 1998 05:57:06 +0000 Subject: Use ${WRKDIRPREFIX} correctly. --- japanese/ptex/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'japanese/ptex') diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 328edc822359..781b4c37a7c9 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.5 1998/06/24 01:14:38 max Exp $ +# $Id: Makefile,v 1.6 1998/10/09 01:41:14 asami Exp $ # DISTNAME= ptex218 @@ -29,14 +29,14 @@ ALL_TARGET= default BINARIES= iniptex jbibtex pdvitype pltotf ptex tftopl virptex pre-extract: -.if !exists(${.CURDIR}/../ptex-common/work/.build_done) +.if !exists(${WRKDIRPREFIX}${.CURDIR}/../ptex-common/work/.build_done) @(cd ${.CURDIR}/../ptex-common; \ ${SETENV} ${MAKE_ENV} ${MAKE}) .endif post-extract: @${RM} -rf ${WRKSRC} - @${MV} ${WRKDIR}/${DISTNAME} ${.CURDIR}/../ptex-common/work/web2c-7.2/web2c + @${MV} ${WRKDIR}/${DISTNAME} ${WRKDIRPREFIX}${.CURDIR}/../ptex-common/work/web2c-7.2/web2c pre-patch: @/usr/bin/uudecode -p ${DISTDIR}/${DIST_SUBDIR}/Makefile.in.patch.txt | \ -- cgit v1.2.3