svn commit: r352546 - head/graphics/springgraph

Pawel Pekala pawel at FreeBSD.org
Mon Apr 28 19:35:05 UTC 2014


Author: pawel
Date: Mon Apr 28 19:35:04 2014
New Revision: 352546
URL: http://svnweb.freebsd.org/changeset/ports/352546
QAT: https://qat.redports.org/buildarchive/r352546/

Log:
  Add staging support

Modified:
  head/graphics/springgraph/Makefile

Modified: head/graphics/springgraph/Makefile
==============================================================================
--- head/graphics/springgraph/Makefile	Mon Apr 28 19:27:56 2014	(r352545)
+++ head/graphics/springgraph/Makefile	Mon Apr 28 19:35:04 2014	(r352546)
@@ -25,8 +25,8 @@ NO_BUILD=	yes
 USES=		shebangfix perl5
 SHEBANG_FILES=	springgraph.pl
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/springgraph.pl ${PREFIX}/bin/springgraph
+	${INSTALL_SCRIPT} ${WRKSRC}/springgraph.pl \
+		${STAGEDIR}${PREFIX}/bin/springgraph
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list