Bug 190211

Summary: [patch] Add staging support to www/kplaylist
Product: Ports & Packages Reporter: joe
Component: Individual Port(s)Assignee: Kevin Lo <kevlo>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description joe 2014-05-25 20:40:00 UTC
Adds staging support to www/kplaylist.

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2014-05-25 20:40:04 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kevlo

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-05-26 02:34:14 UTC
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>
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Kevin Lo freebsd_committer freebsd_triage 2014-05-26 02:34:27 UTC
State Changed
From-To: open->closed

Committed, thanks.