Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 28 Feb 2014 03:51:26 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r346432 - head/math/jsmath-fonts
Message-ID:  <201402280351.s1S3pQDm062135@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402280351.s1S3pQDm062135>