aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-05-25 13:23:11 +0800
committermiwi <miwi@FreeBSD.org>2014-05-25 13:23:11 +0800
commitd3e9287996b766ee3a66888274156f6817f16d28 (patch)
tree275cc82632af060091b3abc84d167bb2841052ad /www
parent11a7d51056b62ac8b18301b55b122f1db522897c (diff)
downloadfreebsd-ports-gnome-d3e9287996b766ee3a66888274156f6817f16d28.tar.gz
freebsd-ports-gnome-d3e9287996b766ee3a66888274156f6817f16d28.tar.zst
freebsd-ports-gnome-d3e9287996b766ee3a66888274156f6817f16d28.zip
- Stage support
PR: 190117
Diffstat (limited to 'www')
-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>