Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2014 09:33:24 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r345951 - head/print/pscal
Message-ID:  <201402250933.s1P9XOQH025749@svn.freebsd.org>

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



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