summaryrefslogtreecommitdiff
path: root/japanese
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-09 01:41:15 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-09 01:41:15 +0000
commitfe04da78c61dfa2c8bb52422cd5e736de45f17ce (patch)
tree776665e56101056f95d5ec568c0b1eae1bf2ad68 /japanese
parentAdd 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')
-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
5 files changed, 10 insertions, 10 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