svn commit: r355125 - head/www/feedonfeeds

Martin Wilke miwi at FreeBSD.org
Sun May 25 05:27:32 UTC 2014


Author: miwi
Date: Sun May 25 05:27:32 2014
New Revision: 355125
URL: http://svnweb.freebsd.org/changeset/ports/355125
QAT: https://qat.redports.org/buildarchive/r355125/

Log:
  - Stage support
  
  PR:		190046
  Submitted by:	Joseph Benden <joe at thrallingpenguin.com>
  Approved by:	maintainer

Modified:
  head/www/feedonfeeds/Makefile

Modified: head/www/feedonfeeds/Makefile
==============================================================================
--- head/www/feedonfeeds/Makefile	Sun May 25 05:25:53 2014	(r355124)
+++ head/www/feedonfeeds/Makefile	Sun May 25 05:27:32 2014	(r355125)
@@ -18,9 +18,8 @@ NO_BUILD=	yes
 DATADIR?=	${PREFIX}/www/data/feed-on-feeds
 WRKSRC=	${WRKDIR}/${PROJECTHOST}
 
-NO_STAGE=	yes
 do-install:
-	${MKDIR} ${DATADIR}
-	${CP} -R ${WRKSRC}/ ${DATADIR}
+	${MKDIR} ${STAGEDIR}${DATADIR}
+	${CP} -R ${WRKSRC}/ ${STAGEDIR}${DATADIR}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list