svn commit: r361926 - head/multimedia/gcfilms

Vanilla I. Shu vanilla at FreeBSD.org
Tue Jul 15 14:24:34 UTC 2014


Author: vanilla
Date: Tue Jul 15 14:24:34 2014
New Revision: 361926
URL: http://svnweb.freebsd.org/changeset/ports/361926
QAT: https://qat.redports.org/buildarchive/r361926/

Log:
  Stagify.

Modified:
  head/multimedia/gcfilms/Makefile

Modified: head/multimedia/gcfilms/Makefile
==============================================================================
--- head/multimedia/gcfilms/Makefile	Tue Jul 15 14:23:11 2014	(r361925)
+++ head/multimedia/gcfilms/Makefile	Tue Jul 15 14:24:34 2014	(r361926)
@@ -24,8 +24,7 @@ NO_BUILD=	yes
 
 SHEBANG_FILES=	bin/gcfilms install
 
-NO_STAGE=	yes
 do-install:
-	cd ${WRKSRC} ; ./install --prefix=${PREFIX}
+	cd ${WRKSRC} ; ./install --prefix=${STAGEDIR}${PREFIX}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list