summaryrefslogtreecommitdiff
path: root/japanese/emacs20-dl-wnn6/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-01-14 14:59:42 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-01-14 14:59:42 +0000
commit0cc63f1b2ee39effce71f1771175a09dbd99b82f (patch)
treea26d693ab4f4b2ef743b33b24349cca40a0025c9 /japanese/emacs20-dl-wnn6/Makefile
parentUpdate port to 1.3.4 (diff)
Use ${PORTSDIR} instead of ${.CURDIR}/../.. in (BUILD|RUN)_DEPENDS
variables and other variables. Because there is no relation of master/slave between this port and editors/emacs20-dl. ${.CURDIR}/../.. should not be used.
Notes
Notes: svn path=/head/; revision=24721
Diffstat (limited to 'japanese/emacs20-dl-wnn6/Makefile')
-rw-r--r--japanese/emacs20-dl-wnn6/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/japanese/emacs20-dl-wnn6/Makefile b/japanese/emacs20-dl-wnn6/Makefile
index fa0bc0fad862..39bb0dd1878a 100644
--- a/japanese/emacs20-dl-wnn6/Makefile
+++ b/japanese/emacs20-dl-wnn6/Makefile
@@ -23,14 +23,15 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-wnn6 \
--with-wnn-includes=${PREFIX}/include/wnn \
--with-wnn-libraries=${PREFIX}/lib \
- --with-emacs-src=${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER}
+ --with-emacs-src=${EMACSDL_SRCDIR}
CONFIGURE_ENV= EMACS=${PREFIX}/bin/emacs-dl-${EMACS_VER}
PLIST_SUB= EMACS_VER=${EMACS_VER} EMACS_ARCH=${MACHINE_ARCH}--freebsd \
DOCDIR=${DOCDIR}
DOCDIR= share/doc/emacs20-dl-wnn6
EMACS_VER= 20.5
-EMACSDL_DIR= ${.CURDIR}/../../editors/emacs20-dl
+EMACSDL_DIR= ${PORTSDIR}/editors/emacs20-dl
+EMACSDL_SRCDIR= ${WRKDIRPREFIX}${EMACSDL_DIR}/work/emacs-${EMACS_VER}
# hack to allow parallel build to work
.if defined(PARALLEL_PACKAGE_BUILD)
BUILD_DEPENDS+= gmake:${PORTSDIR}/devel/gmake \