svn commit: r360181 - head/www/skytemplate

Vanilla I. Shu vanilla at FreeBSD.org
Wed Jul 2 13:28:43 UTC 2014


Author: vanilla
Date: Wed Jul  2 13:28:42 2014
New Revision: 360181
URL: http://svnweb.freebsd.org/changeset/ports/360181
QAT: https://qat.redports.org/buildarchive/r360181/

Log:
  Stagify.
  
  Approved by:	portmgr@ (blanket approval)

Modified:
  head/www/skytemplate/Makefile

Modified: head/www/skytemplate/Makefile
==============================================================================
--- head/www/skytemplate/Makefile	Wed Jul  2 13:25:01 2014	(r360180)
+++ head/www/skytemplate/Makefile	Wed Jul  2 13:28:42 2014	(r360181)
@@ -20,16 +20,12 @@ NO_BUILD=	yes
 
 SUB_FILES=	pkg-message
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
 .for f in class.SkyTemplate.php class.SkyTemplate_withDaddy.php
-	${INSTALL_DATA} ${WRKSRC}/$f ${DATADIR}
-	${MKDIR} ${DATADIR}/SkyTpl
-	${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${DATADIR}/SkyTpl
+	${INSTALL_DATA} ${WRKSRC}/$f ${STAGEDIR}${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}/SkyTpl
+	${INSTALL_DATA} ${WRKSRC}/SkyTpl/* ${STAGEDIR}${DATADIR}/SkyTpl
 .endfor
 
-post-install:
-	@${CAT} ${PKGMESSAGE}
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list