From fe04da78c61dfa2c8bb52422cd5e736de45f17ce Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Fri, 9 Oct 1998 01:41:15 +0000 Subject: Prepend ${WRKDIRPREFIX} to WRKSRC definitions that don't use ${WRKDIR}. --- japanese/gxditview/Makefile | 4 ++-- japanese/ptex-euc/Makefile | 4 ++-- japanese/ptex-jis/Makefile | 4 ++-- japanese/ptex-sjis/Makefile | 4 ++-- japanese/ptex/Makefile | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) (limited to 'japanese') diff --git a/japanese/gxditview/Makefile b/japanese/gxditview/Makefile index 4698ed3001e1..cf50f9909603 100644 --- a/japanese/gxditview/Makefile +++ b/japanese/gxditview/Makefile @@ -3,7 +3,7 @@ # Date created: 14 April 1995 # Whom: Nobuhiro Yasutomi # -# $Id: Makefile,v 1.7 1997/09/14 21:34:40 max Exp $ +# $Id: Makefile,v 1.8 1997/12/25 22:29:34 asami Exp $ # DISTNAME= groff-1.09 @@ -19,7 +19,7 @@ DISTPATCHES= 950414.01.Z 950414.02.Z PATCH_DIST_ARGS?= -d ${WRKSRC}/.. --forward --quiet -E -p1 USE_IMAKE= yes -WRKSRC=${.CURDIR}/work/${DISTNAME}/xditview +WRKSRC= ${WRKDIRPREFIX}${.CURDIR}/work/${DISTNAME}/xditview pre-fetch: @(cd ${DISTDIR}; \ 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 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 diff --git a/japanese/ptex-sjis/Makefile b/japanese/ptex-sjis/Makefile index d410a2b15893..e8481dfeb19e 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.4 1997/11/22 01:38:54 asami Exp $ +# $Id: Makefile,v 1.5 1998/06/24 01:14:54 max Exp $ # DISTNAME= ptex218 @@ -22,7 +22,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes DIST_SUBDIR= ptex CONFIGURE_ARGS= sjis -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 diff --git a/japanese/ptex/Makefile b/japanese/ptex/Makefile index 871c22fa04f1..328edc822359 100644 --- a/japanese/ptex/Makefile +++ b/japanese/ptex/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 -- cgit v1.2.3