diff options
-rw-r--r-- | japanese/lookup-emacs21/Makefile | 1 | ||||
-rw-r--r-- | japanese/lookup/Makefile | 3 |
2 files changed, 0 insertions, 4 deletions
diff --git a/japanese/lookup-emacs21/Makefile b/japanese/lookup-emacs21/Makefile index 12f4fdce178e..8b79aa2b8f36 100644 --- a/japanese/lookup-emacs21/Makefile +++ b/japanese/lookup-emacs21/Makefile @@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../lookup USE_EMACS= yes EMACS_PORT_NAME= emacs21 -NO_STAGE= yes .include "${MASTERDIR}/Makefile" diff --git a/japanese/lookup/Makefile b/japanese/lookup/Makefile index 92afa9d6fd44..cd1e2938be75 100644 --- a/japanese/lookup/Makefile +++ b/japanese/lookup/Makefile @@ -17,17 +17,14 @@ USE_EMACS= yes INFO?= lookup lookup-guide -NO_STAGE= yes .include <bsd.port.pre.mk> .if (${EMACS_PORT_NAME} == "xemacs21-mule") EMACSDIR= ${PREFIX}/lib/xemacs/site-packages ELISPDIR= ${EMACSDIR}/lisp/lookup -PORTINFODIR= ${EMACSDIR}/info MANIFEST= MANIFEST.lookup .else ELISPDIR= ${PREFIX}/${EMACS_VERSION_SITE_LISPDIR}/lookup -PORTINFODIR= ${PREFIX}/info PLIST_SUB= ELISPDIR=${EMACS_VERSION_SITE_LISPDIR} .endif HAS_CONFIGURE= yes |