diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-05-25 05:23:11 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-05-25 05:23:11 +0000 |
commit | cc623e57e310212b56d69b26077411fa8118e793 (patch) | |
tree | 275cc82632af060091b3abc84d167bb2841052ad /www/get_flash_videos | |
parent | 9b4d89479f968cbd277340325a135e2a9898b41f (diff) | |
download | ports-cc623e57e310212b56d69b26077411fa8118e793.tar.gz ports-cc623e57e310212b56d69b26077411fa8118e793.zip |
Notes
Diffstat (limited to 'www/get_flash_videos')
-rw-r--r-- | www/get_flash_videos/Makefile | 3 |
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> |