diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 09:41:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 09:41:15 +0800 |
commit | 22fa538e3a6fec43e80f5e6c1ca30222f799fc8a (patch) | |
tree | 8fba34a71b541a806bfa9683b8877f04aa81d5c7 /japanese/ptex-jis | |
parent | 02759261c8ca4e6580729928178dc7273feb8afc (diff) | |
download | freebsd-ports-gnome-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.tar.gz freebsd-ports-gnome-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.tar.zst freebsd-ports-gnome-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.zip |
Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}.
Diffstat (limited to 'japanese/ptex-jis')
-rw-r--r-- | japanese/ptex-jis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-jis/Makefile b/japanese/ptex-jis/Makefile index 11b0ff3f7443..0eb047b1b3df 100644 --- a/japanese/ptex-jis/Makefile +++ b/japanese/ptex-jis/Makefile @@ -3,7 +3,7 @@ # Date created: 05 Oct 1997 # Whom: max # -# $Id: Makefile,v 1.4 1997/11/22 01:38:54 asami Exp $ +# $Id: Makefile,v 1.5 1998/06/24 01:14:47 max Exp $ # DISTNAME= ptex218 @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes DIST_SUBDIR= ptex CONFIGURE_ARGS= jis -WRKSRC= ${.CURDIR}/../ptex-common/work/web2c-7.2/web2c/${DISTNAME} +WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/../ptex-common/work/web2c-7.2/web2c/${DISTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} ALL_TARGET= default |