Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Oct 2013 16:31:19 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330907 - head/multimedia/vodcatcher
Message-ID:  <201310191631.r9JGVJE3049713@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310191631.r9JGVJE3049713>