summaryrefslogtreecommitdiffstats
path: root/textproc/coco
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1998-10-08 23:52:03 +0000
committerasami <asami@FreeBSD.org>1998-10-08 23:52:03 +0000
commit7b7ec8cba50c6f301fcc77ed23bf83b5223d4d37 (patch)
treec90a2b1a8e2249ce6f69483d85e52fdb407f4d65 /textproc/coco
parent1b24b72ead5764b862f63aa5264d8acdf65e9a94 (diff)
downloadFreeBSD-ports-7b7ec8cba50c6f301fcc77ed23bf83b5223d4d37.zip
FreeBSD-ports-7b7ec8cba50c6f301fcc77ed23bf83b5223d4d37.tar.gz
Prepend ${WRKDIRPREFIX} to WRKDIR definitions.
Diffstat (limited to 'textproc/coco')
-rw-r--r--textproc/coco/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/textproc/coco/Makefile b/textproc/coco/Makefile
index fb9ab10..5261f8e 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
OpenPOWER on IntegriCloud