diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-10-08 23:52:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-10-08 23:52:03 +0000 |
commit | f20a1963a758a0862da12b8f2c2857888f236b57 (patch) | |
tree | d66c05503d51f705fd2fc6e2b4fab30ebf350d02 /editors/mule-common | |
parent | 71e64d35d1945c6fe5b34a508464ecb4fe67c97a (diff) | |
download | ports-f20a1963a758a0862da12b8f2c2857888f236b57.tar.gz ports-f20a1963a758a0862da12b8f2c2857888f236b57.zip |
Notes
Diffstat (limited to 'editors/mule-common')
-rw-r--r-- | editors/mule-common/Makefile | 10 |
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 |