svn commit: r355272 - head/www/kplaylist

Kevin Lo kevlo at FreeBSD.org
Mon May 26 01:34:12 UTC 2014


Author: kevlo
Date: Mon May 26 01:34:11 2014
New Revision: 355272
URL: http://svnweb.freebsd.org/changeset/ports/355272
QAT: https://qat.redports.org/buildarchive/r355272/

Log:
  Stage support
  
  PR:	ports/190211
  Submitted by:	Joseph Benden <joe at thrallingpenguin dot com>

Modified:
  head/www/kplaylist/Makefile

Modified: head/www/kplaylist/Makefile
==============================================================================
--- head/www/kplaylist/Makefile	Mon May 26 00:03:29 2014	(r355271)
+++ head/www/kplaylist/Makefile	Mon May 26 01:34:11 2014	(r355272)
@@ -24,10 +24,10 @@ NO_BUILD=	yes
 PLIST_FILES=	%%WWWDIR%%/index.php
 PLIST_DIRS=	%%WWWDIR%%
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${WWWDIR}
-	@cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php ${WWWDIR}/index.php
-	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} 
+	${MKDIR} ${STAGEDIR}${WWWDIR}
+	@cd ${WRKSRC} && ${CP} kplaylist.1.8.505.php \
+		${STAGEDIR}${WWWDIR}/index.php
+	${CHOWN} -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} 
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list