1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

Add staging support

PR:		ports/182395
Submitted by:	maintainer
This commit is contained in:
Pawel Pekala 2014-02-21 22:08:02 +00:00
parent a74ed40ef5
commit 5d166536b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345554
2 changed files with 0 additions and 4 deletions

View File

@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../lookup
USE_EMACS= yes
EMACS_PORT_NAME= emacs21
NO_STAGE= yes
.include "${MASTERDIR}/Makefile"

View File

@ -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