Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 01:34:12 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355272 - head/www/kplaylist
Message-ID:  <201405260134.s4Q1YCxD087290@svn.freebsd.org>

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



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