diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:57:06 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-02 05:57:06 +0000 |
commit | c4ce071513a98ea888eefb1bee28f2a5e29f5361 (patch) | |
tree | 5521d7fa4f87b2744756105e09174cb4fbf4b0f5 /japanese/ptex-sjis/Makefile | |
parent | Use ${WRKDIRPREFIX}. (diff) |
Use ${WRKDIRPREFIX} correctly.
Notes
Notes:
svn path=/head/; revision=15052
Diffstat (limited to 'japanese/ptex-sjis/Makefile')
-rw-r--r-- | japanese/ptex-sjis/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile index e8481dfeb19e..91f797de2a4c 100644 --- a/japanese/ptex-sjis/Makefile +++ b/japanese/ptex-sjis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.5 1998/06/24 01:14:54 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 | \ |