svn commit: r330907 - head/multimedia/vodcatcher

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 19 16:31:19 UTC 2013


Author: bapt
Date: Sat Oct 19 16:31:19 2013
New Revision: 330907
URL: http://svnweb.freebsd.org/changeset/ports/330907

Log:
  Enable stage

Modified:
  head/multimedia/vodcatcher/Makefile

Modified: head/multimedia/vodcatcher/Makefile
==============================================================================
--- head/multimedia/vodcatcher/Makefile	Sat Oct 19 16:30:33 2013	(r330906)
+++ head/multimedia/vodcatcher/Makefile	Sat Oct 19 16:31:19 2013	(r330907)
@@ -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>


More information about the svn-ports-head mailing list