summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/gxditview/Makefile4
-rw-r--r--japanese/ptex-euc/Makefile4
-rw-r--r--japanese/ptex-jis/Makefile4
-rw-r--r--japanese/ptex-sjis/Makefile4
-rw-r--r--japanese/ptex/Makefile4
-rw-r--r--lang/modula-3/Makefile4
6 files changed, 12 insertions, 12 deletions
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 <nobu@psrc.isac.co.jp>
#
-# $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
diff --git a/lang/modula-3/Makefile b/lang/modula-3/Makefile
index caad128860a1..51c297f0e934 100644
--- a/lang/modula-3/Makefile
+++ b/lang/modula-3/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Mar 1996
# Whom: John Polstra <jdp@polstra.com>
#
-# $Id: Makefile,v 1.22 1998/08/20 08:57:47 hoek Exp $
+# $Id: Makefile,v 1.23 1998/09/18 01:02:00 jdp Exp $
#
DISTNAME= modula-3-3.6
@@ -14,7 +14,7 @@ MAINTAINER= jdp@polstra.com
DEPENDS= ${PORTSDIR}/lang/modula-3-lib
-WRKSRC= ${PORTSDIR}/lang/modula-3-lib/work
+WRKSRC= ${WRKDIRPREFIX}${PORTSDIR}/lang/modula-3-lib/work
NO_CHECKSUM= yes
NO_BUILD= yes
MAN1= analyze_coverage.1 m3browser.1 m3build.1 \