From 940177b141037425b9e821ddd32fa73d16c7170a Mon Sep 17 00:00:00 2001 From: Sergey Matveychuk Date: Wed, 8 Aug 2007 09:38:36 +0000 Subject: - Remove EMACS_PORT_NAME knob. PR: ports/114670 Submitted by: KIMURA Yasuhiro --- japanese/lookup/Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'japanese/lookup') 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 + .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 +.include -- cgit v1.2.3