aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup-emacs21/Makefile
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-12-19 14:48:20 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-12-19 14:48:20 +0000
commit0a1882b6ef2cf5cc08e4f332c448a46fb520d387 (patch)
tree9203f885870ff257736dcf8f36c250f8ec995f79 /japanese/lookup-emacs21/Makefile
parent21e04a0b9b5dca99d821dbcf77717956163a103e (diff)
downloadports-0a1882b6ef2cf5cc08e4f332c448a46fb520d387.tar.gz
ports-0a1882b6ef2cf5cc08e4f332c448a46fb520d387.zip
Notes
Diffstat (limited to 'japanese/lookup-emacs21/Makefile')
-rw-r--r--japanese/lookup-emacs21/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile
index 72ac343f9781..6ec408a3e9b4 100644
--- a/japanese/lookup-emacs21/Makefile
+++ b/japanese/lookup-emacs21/Makefile
@@ -15,10 +15,10 @@ MAINTAINER= taoka@FreeBSD.org
RUN_DEPENDS+= eblook:${PORTSDIR}/japanese/eblook
-FILESDIR= ${.CURDIR}/../lookup-mule/files
-PKGDIR= ${.CURDIR}/../lookup-mule
+FILESDIR= ${.CURDIR}/../lookup/files
+PKGDIR= ${.CURDIR}/../lookup
PLIST= ${.CURDIR}/pkg-plist
-EMACS_PORT_NAME?= mule
+EMACS_PORT_NAME?= emacs21
.if (${EMACS_PORT_NAME} == "xemacs21-mule")
EMACSDIR= ${PREFIX}/lib/xemacs/site-packages
@@ -26,9 +26,9 @@ ELISPDIR= ${EMACSDIR}/lisp/lookup
PORTINFODIR= ${EMACSDIR}/info
MANIFEST= MANIFEST.lookup
.else
-EMACSDIR= ${PREFIX}/share/${EMACS_NAME}/site-lisp
-ELISPDIR= ${EMACSDIR}/lookup
+ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/lookup
PORTINFODIR= ${PREFIX}/info
+PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR}
.endif
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \