svn commit: r346285 - head/security/sig2dot

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 09:09:18 UTC 2014


Author: ehaupt
Date: Thu Feb 27 09:09:17 2014
New Revision: 346285
URL: http://svnweb.freebsd.org/changeset/ports/346285
QAT: https://qat.redports.org/buildarchive/r346285/

Log:
  Support staging

Modified:
  head/security/sig2dot/Makefile

Modified: head/security/sig2dot/Makefile
==============================================================================
--- head/security/sig2dot/Makefile	Thu Feb 27 09:08:43 2014	(r346284)
+++ head/security/sig2dot/Makefile	Thu Feb 27 09:09:17 2014	(r346285)
@@ -22,8 +22,7 @@ NO_BUILD=	yes
 USES=		shebangfix perl5
 SHEBANG_FILES=	sig2dot.pl
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${PREFIX}/bin/sig2dot
+	${INSTALL_SCRIPT} ${WRKSRC}/sig2dot.pl ${STAGEDIR}${PREFIX}/bin/sig2dot
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list