summaryrefslogtreecommitdiff
path: root/editors/mule-common
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-10-08 23:52:03 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-10-08 23:52:03 +0000
commitf20a1963a758a0862da12b8f2c2857888f236b57 (patch)
treed66c05503d51f705fd2fc6e2b4fab30ebf350d02 /editors/mule-common
parentMake profiling work. (diff)
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
Notes
Notes: svn path=/head/; revision=13755
Diffstat (limited to 'editors/mule-common')
-rw-r--r--editors/mule-common/Makefile10
1 files changed, 5 insertions, 5 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