aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpawel <pawel@FreeBSD.org>2014-02-22 06:08:02 +0800
committerpawel <pawel@FreeBSD.org>2014-02-22 06:08:02 +0800
commitef937e2279d7660e4e8ca955a0043def55bad1e2 (patch)
tree4ab6d9dc6644a5b73370b8105fa771e97de912fe
parentac166f94a5e049dd4643d9b18801f7a60ad7149e (diff)
downloadfreebsd-ports-gnome-ef937e2279d7660e4e8ca955a0043def55bad1e2.tar.gz
freebsd-ports-gnome-ef937e2279d7660e4e8ca955a0043def55bad1e2.tar.zst
freebsd-ports-gnome-ef937e2279d7660e4e8ca955a0043def55bad1e2.zip
Add staging support
PR: ports/182395 Submitted by: maintainer
-rw-r--r--japanese/lookup-emacs21/Makefile1
-rw-r--r--japanese/lookup/Makefile3
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