diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 01:41:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-09 01:41:15 +0000 |
commit | fe04da78c61dfa2c8bb52422cd5e736de45f17ce (patch) | |
tree | 776665e56101056f95d5ec568c0b1eae1bf2ad68 /japanese/ptex-euc | |
parent | Add NO_FILTER_SHLIBS -- this port installs linux libraries and we (diff) |
Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}.
Notes
Notes:
svn path=/head/; revision=13766
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 871c22fa04f1..328edc822359 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 |