diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-12-19 22:48:20 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-12-19 22:48:20 +0800 |
commit | 91eb116b32fcc5d0a0a52b76c1f229766aad7411 (patch) | |
tree | 4fb35c388fd5d7c82237c99b6821125060e60d83 /japanese/lookup-emacs21/Makefile | |
parent | 2c0ee0b70e4486cc951a297f1212b98e6a42d657 (diff) | |
download | freebsd-ports-gnome-91eb116b32fcc5d0a0a52b76c1f229766aad7411.tar.gz freebsd-ports-gnome-91eb116b32fcc5d0a0a52b76c1f229766aad7411.tar.zst freebsd-ports-gnome-91eb116b32fcc5d0a0a52b76c1f229766aad7411.zip |
Use japanese/lookup (for emacs21, repocopied from japanese/lookup-mule)
as master port of ja-lookup-* variants.
Diffstat (limited to 'japanese/lookup-emacs21/Makefile')
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 10 |
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} \ |