diff options
author | asami <asami@FreeBSD.org> | 1998-10-09 01:41:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-10-09 01:41:15 +0000 |
commit | 22fa538e3a6fec43e80f5e6c1ca30222f799fc8a (patch) | |
tree | 8fba34a71b541a806bfa9683b8877f04aa81d5c7 /japanese/ptex-euc | |
parent | 02759261c8ca4e6580729928178dc7273feb8afc (diff) | |
download | FreeBSD-ports-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.zip FreeBSD-ports-22fa538e3a6fec43e80f5e6c1ca30222f799fc8a.tar.gz |
Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}.
Diffstat (limited to 'japanese/ptex-euc')
-rw-r--r-- | japanese/ptex-euc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/japanese/ptex-euc/Makefile b/japanese/ptex-euc/Makefile index 871c22f..328edc8 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.4 1997/11/22 01:38:54 asami Exp $ +# $Id: Makefile,v 1.5 1998/06/24 01:14:38 max Exp $ # DISTNAME= ptex218 @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes DIST_SUBDIR= ptex CONFIGURE_ARGS= euc -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 |