summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 16:31:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-19 16:31:19 +0000
commitb3ddcb155dafd9c18d57be1e0482611881ee0476 (patch)
treeb6c7f255622567fd6943579f011e6946f0782e5f
parentEnable stage (diff)
Enable stage
Notes
Notes: svn path=/head/; revision=330907
-rw-r--r--multimedia/vodcatcher/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/multimedia/vodcatcher/Makefile b/multimedia/vodcatcher/Makefile
index b2f45998c238..e37e73f5414f 100644
--- a/multimedia/vodcatcher/Makefile
+++ b/multimedia/vodcatcher/Makefile
@@ -16,8 +16,7 @@ NO_BUILD= yes
PLIST_FILES= bin/vodcatcher
-NO_STAGE= yes
do-install:
- @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ @${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>