summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--editors/mule-common/Makefile10
-rw-r--r--textproc/coco/Makefile10
-rw-r--r--x11-servers/XttXF86srv-common/Makefile4
3 files changed, 12 insertions, 12 deletions
diff --git a/editors/mule-common/Makefile b/editors/mule-common/Makefile
index fb9ab10e0fc0..5261f8e2743d 100644
--- a/editors/mule-common/Makefile
+++ b/editors/mule-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.31 1998/10/07 08:11:31 asami Exp $
+# $Id: Makefile,v 1.32 1998/10/07 21:57:56 asami Exp $
#
DISTNAME= mule-2.3
@@ -35,10 +35,10 @@ MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
japanese/mule-wnn4 \
japanese/mule-wnn6 \
korean/mule-wnn4
-.if exists(${.CURDIR}/../../${dir}/work/.install_done)
-WRKDIR= ${.CURDIR}/../../${dir}/work
-.elif exists(${.CURDIR}/../../${dir}/work/.build_done)
-WRKDIR?= ${.CURDIR}/../../${dir}/work
+.if exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.install_done)
+WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
+.elif exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.build_done)
+WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
.endif
.endfor
WRKSRC= ${WRKDIR}/emacs-19.34
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index fb9ab10e0fc0..5261f8e2743d 100644
--- a/textproc/coco/Makefile
+++ b/textproc/coco/Makefile
@@ -3,7 +3,7 @@
# Date created: 7 July 1997
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
-# $Id: Makefile,v 1.31 1998/10/07 08:11:31 asami Exp $
+# $Id: Makefile,v 1.32 1998/10/07 21:57:56 asami Exp $
#
DISTNAME= mule-2.3
@@ -35,10 +35,10 @@ MAINTAINER= taoka@infonets.hiroshima-u.ac.jp
japanese/mule-wnn4 \
japanese/mule-wnn6 \
korean/mule-wnn4
-.if exists(${.CURDIR}/../../${dir}/work/.install_done)
-WRKDIR= ${.CURDIR}/../../${dir}/work
-.elif exists(${.CURDIR}/../../${dir}/work/.build_done)
-WRKDIR?= ${.CURDIR}/../../${dir}/work
+.if exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.install_done)
+WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
+.elif exists(${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work/.build_done)
+WRKDIR?= ${WRKDIRPREFIX}${.CURDIR}/../../${dir}/work
.endif
.endfor
WRKSRC= ${WRKDIR}/emacs-19.34
diff --git a/x11-servers/XttXF86srv-common/Makefile b/x11-servers/XttXF86srv-common/Makefile
index 9123ef2a3ec6..fb224b12defb 100644
--- a/x11-servers/XttXF86srv-common/Makefile
+++ b/x11-servers/XttXF86srv-common/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 April 1998
# Whom: Taguchi Takeshi <taguchi@tohoku.iij.ad.jp>
#
-# $Id: Makefile,v 1.2 1998/09/01 13:41:10 asami Exp $
+# $Id: Makefile,v 1.3 1998/09/21 08:41:46 asami Exp $
#
DISTNAME= xc
@@ -38,7 +38,7 @@ EXTRACT_ONLY= X332src-1.tgz xtt-1.0.tar.gz
# can't use USE_X_PREFIX here
PREFIX= ${X11BASE}
MTREE_FILE= /etc/mtree/BSD.x11.dist
-WRKDIR= ${.CURDIR}/../XttXF86srv-common/work
+WRKDIR= ${WRKDIRPREFIX}${.CURDIR}/../XttXF86srv-common/work
WRKSRC= ${WRKDIR}/xc
PATCHDIR= ${.CURDIR}/../XttXF86srv-common/patches
FILESDIR= ${.CURDIR}/../XttXF86srv-common/files