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:
parent
a74ed40ef5
commit
5d166536b5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345554
@ -6,5 +6,4 @@ MASTERDIR= ${.CURDIR}/../lookup
|
||||
USE_EMACS= yes
|
||||
EMACS_PORT_NAME= emacs21
|
||||
|
||||
NO_STAGE= yes
|
||||
.include "${MASTERDIR}/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
|
||||
|
Loading…
Reference in New Issue
Block a user