svn commit: r355037 - head/devel/truc

Vanilla I. Shu vanilla at FreeBSD.org
Sat May 24 14:18:31 UTC 2014


Author: vanilla
Date: Sat May 24 14:18:31 2014
New Revision: 355037
URL: http://svnweb.freebsd.org/changeset/ports/355037
QAT: https://qat.redports.org/buildarchive/r355037/

Log:
  Stageify.
  
  Approved by:	portmgr@

Modified:
  head/devel/truc/Makefile

Modified: head/devel/truc/Makefile
==============================================================================
--- head/devel/truc/Makefile	Sat May 24 14:12:43 2014	(r355036)
+++ head/devel/truc/Makefile	Sat May 24 14:18:31 2014	(r355037)
@@ -18,13 +18,11 @@ SUB_FILES=	pkg-message
 
 WANT_PHP_WEB=	yes
 
-NO_STAGE=	yes
 do-install:
 	@${ECHO} "Installing in ${PREFIX}/www/truc"
-	${MKDIR} ${PREFIX}/www/truc
+	${MKDIR} ${STAGEDIR}${PREFIX}/www/truc
 #	${MV} ${WRKSRC}/config_inc.php ${WRKSRC}/config_inc.php-dist
-	${CP} -R ${WRKSRC}/* ${PREFIX}/www/truc
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${PREFIX}/www/truc
-	${CAT} ${PKGMESSAGE}
+	${CP} -R ${WRKSRC}/* ${STAGEDIR}${PREFIX}/www/truc
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${PREFIX}/www/truc
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list