Adds staging support to www/get_flash_videos. Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->swills swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool)
Author: miwi Date: Sun May 25 05:23:11 2014 New Revision: 355121 URL: http://svnweb.freebsd.org/changeset/ports/355121 QAT: https://qat.redports.org/buildarchive/r355121/ Log: - Stage support PR: 190117 Modified: head/www/get_flash_videos/Makefile Modified: head/www/get_flash_videos/Makefile ============================================================================== --- head/www/get_flash_videos/Makefile Sun May 25 05:22:44 2014 (r355120) +++ head/www/get_flash_videos/Makefile Sun May 25 05:23:11 2014 (r355121) @@ -33,7 +33,6 @@ DISTFILE_DATE= 20120610 PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-extract: @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} @@ -43,6 +42,6 @@ post-patch: do-install: @${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} \ - ${PREFIX}/bin/${PORTNAME} + ${STAGEDIR}${PREFIX}/bin/${PORTNAME} .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"
State Changed From-To: open->closed Committed. Thanks!