svn commit: r345951 - head/print/pscal

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 09:33:24 UTC 2014


Author: ehaupt
Date: Tue Feb 25 09:33:23 2014
New Revision: 345951
URL: http://svnweb.freebsd.org/changeset/ports/345951
QAT: https://qat.redports.org/buildarchive/r345951/

Log:
  Support staging

Modified:
  head/print/pscal/Makefile

Modified: head/print/pscal/Makefile
==============================================================================
--- head/print/pscal/Makefile	Tue Feb 25 09:32:38 2014	(r345950)
+++ head/print/pscal/Makefile	Tue Feb 25 09:33:23 2014	(r345951)
@@ -12,8 +12,7 @@ COMMENT=	A utility for generating Postsc
 NO_BUILD=	yes
 PLIST_FILES=	bin/pscal
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/pscal ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list