svn commit: r345554 - in head/japanese: lookup lookup-emacs21

Pawel Pekala pawel at FreeBSD.org
Fri Feb 21 22:08:03 UTC 2014


Author: pawel
Date: Fri Feb 21 22:08:02 2014
New Revision: 345554
URL: http://svnweb.freebsd.org/changeset/ports/345554
QAT: https://qat.redports.org/buildarchive/r345554/

Log:
  Add staging support
  
  PR:		ports/182395
  Submitted by:	maintainer

Modified:
  head/japanese/lookup-emacs21/Makefile
  head/japanese/lookup/Makefile

Modified: head/japanese/lookup-emacs21/Makefile
==============================================================================
--- head/japanese/lookup-emacs21/Makefile	Fri Feb 21 21:59:53 2014	(r345553)
+++ head/japanese/lookup-emacs21/Makefile	Fri Feb 21 22:08:02 2014	(r345554)
@@ -6,5 +6,4 @@ MASTERDIR=	${.CURDIR}/../lookup
 USE_EMACS=	yes
 EMACS_PORT_NAME=	emacs21
 
-NO_STAGE=	yes
 .include "${MASTERDIR}/Makefile"

Modified: head/japanese/lookup/Makefile
==============================================================================
--- head/japanese/lookup/Makefile	Fri Feb 21 21:59:53 2014	(r345553)
+++ head/japanese/lookup/Makefile	Fri Feb 21 22:08:02 2014	(r345554)
@@ -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


More information about the svn-ports-all mailing list