diff options
author | sem <sem@FreeBSD.org> | 2007-08-08 17:38:36 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2007-08-08 17:38:36 +0800 |
commit | c844a912440d42b8b045676244a353f9806bb930 (patch) | |
tree | eb3ae48c2487d6b9d302728e5019494501e20cc9 /japanese | |
parent | 5e3b716e4080f973320c34583bdd6a44904a37ff (diff) | |
download | freebsd-ports-gnome-c844a912440d42b8b045676244a353f9806bb930.tar.gz freebsd-ports-gnome-c844a912440d42b8b045676244a353f9806bb930.tar.zst freebsd-ports-gnome-c844a912440d42b8b045676244a353f9806bb930.zip |
- Remove EMACS_PORT_NAME knob.
PR: ports/114670
Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/lookup/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 16410b9b3735..1e6542c77beb 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -8,9 +8,9 @@ PORTNAME= lookup PORTVERSION= 1.4.1 PORTREVISION= 1 -PKGNAMESUFFIX= -${EMACS_PORT_NAME} CATEGORIES= japanese elisp MASTER_SITES= http://openlab.ring.gr.jp/edict/lookup/dist/ +PKGNAMESUFFIX= -${EMACS_PORT_NAME} MAINTAINER= ports@FreeBSD.org COMMENT= Search interface on ${EMACS_PORT_NAME} for CD-ROM books, etc @@ -19,10 +19,11 @@ FILESDIR= ${.CURDIR}/../lookup/files PKGDIR= ${.CURDIR}/../lookup PLIST= ${.CURDIR}/pkg-plist USE_EMACS= yes -EMACS_PORT_NAME?= emacs21 INFO?= lookup lookup-guide +.include <bsd.port.pre.mk> + .if (${EMACS_PORT_NAME} == "xemacs21-mule") EMACSDIR= ${PREFIX}/lib/xemacs/site-packages ELISPDIR= ${EMACSDIR}/lisp/lookup @@ -34,7 +35,7 @@ PORTINFODIR= ${PREFIX}/info PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR} .endif HAS_CONFIGURE= yes -CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ +CONFIGURE_ARGS= --with-emacs=${EMACS_CMD} \ --with-lispdir=${ELISPDIR} post-install: @@ -48,4 +49,4 @@ post-install: ${EMACSDIR}/pkginfo/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |