aboutsummaryrefslogtreecommitdiff
path: root/www/get_flash_videos
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-05-25 05:23:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-05-25 05:23:11 +0000
commitcc623e57e310212b56d69b26077411fa8118e793 (patch)
tree275cc82632af060091b3abc84d167bb2841052ad /www/get_flash_videos
parent9b4d89479f968cbd277340325a135e2a9898b41f (diff)
downloadports-cc623e57e310212b56d69b26077411fa8118e793.tar.gz
ports-cc623e57e310212b56d69b26077411fa8118e793.zip
- Stage support
PR: 190117
Notes
Notes: svn path=/head/; revision=355121
Diffstat (limited to 'www/get_flash_videos')
-rw-r--r--www/get_flash_videos/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/www/get_flash_videos/Makefile b/www/get_flash_videos/Makefile
index a63e7de563fc..5b790ab31a46 100644
--- a/www/get_flash_videos/Makefile
+++ b/www/get_flash_videos/Makefile
@@ -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>