aboutsummaryrefslogtreecommitdiff
path: root/japanese/ptex
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-12-02 05:57:06 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-12-02 05:57:06 +0000
commitc4ce071513a98ea888eefb1bee28f2a5e29f5361 (patch)
tree5521d7fa4f87b2744756105e09174cb4fbf4b0f5 /japanese/ptex
parentd52f5534ef5cbe2cb569d868276be38d57ab98aa (diff)
downloadports-c4ce071513a98ea888eefb1bee28f2a5e29f5361.tar.gz
ports-c4ce071513a98ea888eefb1bee28f2a5e29f5361.zip
Use ${WRKDIRPREFIX} correctly.
Notes
Notes: svn path=/head/; revision=15052
Diffstat (limited to 'japanese/ptex')
-rw-r--r--japanese/ptex/Makefile6
1 files changed, 3 insertions, 3 deletions
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 | \