svn commit: r346432 - head/math/jsmath-fonts

Martin Wilke miwi at FreeBSD.org
Fri Feb 28 03:51:26 UTC 2014


Author: miwi
Date: Fri Feb 28 03:51:25 2014
New Revision: 346432
URL: http://svnweb.freebsd.org/changeset/ports/346432
QAT: https://qat.redports.org/buildarchive/r346432/

Log:
  - Stage support

Modified:
  head/math/jsmath-fonts/Makefile

Modified: head/math/jsmath-fonts/Makefile
==============================================================================
--- head/math/jsmath-fonts/Makefile	Fri Feb 28 03:51:16 2014	(r346431)
+++ head/math/jsmath-fonts/Makefile	Fri Feb 28 03:51:25 2014	(r346432)
@@ -22,11 +22,10 @@ PLIST_SUB+=	D${_i}p=${WWWDIR_REL}/fonts/
 PLIST_SUB+=	Dcma=${WWWDIR_REL}/fonts/cm-fonts/alpha
 PLIST_SUB+=	Dcmp=${WWWDIR_REL}/fonts/cm-fonts/plain
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL} -d ${WWWDIR}/fonts
-	@${CP} -Rp ${WRKSRC}/fonts/ ${WWWDIR}/fonts/
-	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${WWWDIR}/fonts/
-	@${CHMOD} -R go-w ${WWWDIR}/fonts/
+	@${INSTALL} -d ${STAGEDIR}${WWWDIR}/fonts
+	@${CP} -Rp ${WRKSRC}/fonts/ ${STAGEDIR}${WWWDIR}/fonts/
+	@${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${WWWDIR}/fonts/
+	@${CHMOD} -R go-w ${STAGEDIR}${WWWDIR}/fonts/
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list