aboutsummaryrefslogtreecommitdiff
path: root/japanese/lookup
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2007-08-08 09:38:36 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2007-08-08 09:38:36 +0000
commit940177b141037425b9e821ddd32fa73d16c7170a (patch)
tree005b56484a5c05dc1038bfdb42fe74339671a1db /japanese/lookup
parent3fccfd4d01725ddd2ceaf3ac88a7bbcec3537864 (diff)
downloadports-940177b141037425b9e821ddd32fa73d16c7170a.tar.gz
ports-940177b141037425b9e821ddd32fa73d16c7170a.zip
- Remove EMACS_PORT_NAME knob.
PR: ports/114670 Submitted by: KIMURA Yasuhiro <yasu@utahime.org>
Notes
Notes: svn path=/head/; revision=197328
Diffstat (limited to 'japanese/lookup')
-rw-r--r--japanese/lookup/Makefile9
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>