svn commit: r355121 - head/www/get_flash_videos

Martin Wilke miwi at FreeBSD.org
Sun May 25 05:23:12 UTC 2014


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>


More information about the svn-ports-all mailing list