diff options
author | asami <asami@FreeBSD.org> | 1998-12-02 13:57:06 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-02 13:57:06 +0800 |
commit | 57892e09c2470e7b82548de86c3763570f1b46c4 (patch) | |
tree | 6c4d5029c3ee6f82e6ce34cdefe84f258a0c2732 /japanese/ptex-euc | |
parent | 759b2a786ca2b4d8f87ce5114d896deb7621249c (diff) | |
download | freebsd-ports-gnome-57892e09c2470e7b82548de86c3763570f1b46c4.tar.gz freebsd-ports-gnome-57892e09c2470e7b82548de86c3763570f1b46c4.tar.zst freebsd-ports-gnome-57892e09c2470e7b82548de86c3763570f1b46c4.zip |
Use ${WRKDIRPREFIX} correctly.
Diffstat (limited to 'japanese/ptex-euc')
-rw-r--r-- | japanese/ptex-euc/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 328edc822359..781b4c37a7c9 100644 --- a/japanese/ptex-euc/Makefile +++ b/japanese/ptex-euc/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 | \ |