svn commit: r345320 - head/editors/xemacs-packages

Martin Wilke miwi at FreeBSD.org
Fri Feb 21 05:48:24 UTC 2014


Author: miwi
Date: Fri Feb 21 05:48:24 2014
New Revision: 345320
URL: http://svnweb.freebsd.org/changeset/ports/345320
QAT: https://qat.redports.org/buildarchive/r345320/

Log:
  - Stage support

Modified:
  head/editors/xemacs-packages/Makefile

Modified: head/editors/xemacs-packages/Makefile
==============================================================================
--- head/editors/xemacs-packages/Makefile	Fri Feb 21 05:48:23 2014	(r345319)
+++ head/editors/xemacs-packages/Makefile	Fri Feb 21 05:48:24 2014	(r345320)
@@ -146,8 +146,8 @@ post-patch:
 	${FIND} ${WRKSRC} -name \*.orig -exec ${RM} -f \{} \;
 
 do-install:
-	${MKDIR} ${XEMACSDIR}/${PACKAGES_SUBDIR}
-	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${XEMACSDIR}/${PACKAGES_SUBDIR})
+	${MKDIR} ${STAGEDIR}${XEMACSDIR}/${PACKAGES_SUBDIR}
+	(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${XEMACSDIR}/${PACKAGES_SUBDIR})
 
 post-install:
 	@cd ${WRKDIR} && \


More information about the svn-ports-all mailing list