svn commit: r345182 - head/editors/xemacs-mule-packages

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 20 08:15:28 UTC 2014


Author: ehaupt
Date: Thu Feb 20 08:15:27 2014
New Revision: 345182
URL: http://svnweb.freebsd.org/changeset/ports/345182
QAT: https://qat.redports.org/buildarchive/r345182/

Log:
  Support staging

Modified:
  head/editors/xemacs-mule-packages/Makefile

Modified: head/editors/xemacs-mule-packages/Makefile
==============================================================================
--- head/editors/xemacs-mule-packages/Makefile	Thu Feb 20 08:14:16 2014	(r345181)
+++ head/editors/xemacs-mule-packages/Makefile	Thu Feb 20 08:15:27 2014	(r345182)
@@ -27,7 +27,6 @@ WRKSRC=		${WRKDIR}/${PACKAGES_SUBDIR}
 XEMACSDIR=	${PREFIX}/lib/xemacs
 PACKAGES_SUBDIR=	mule-packages
 
-NO_STAGE=	yes
 do-extract:
 	@${MKDIR} ${WRKSRC}
 .for f in ${DISTFILES}
@@ -36,8 +35,8 @@ do-extract:
 .endfor
 
 do-install:
-	${MKDIR} ${XEMACSDIR}
-	${CP} -R ${WRKSRC} ${XEMACSDIR}
+	${MKDIR} ${STAGEDIR}${XEMACSDIR}
+	${CP} -R ${WRKSRC} ${STAGEDIR}${XEMACSDIR}
 
 post-install:
 	@cd ${WRKDIR} && \


More information about the svn-ports-head mailing list