Date: Fri, 14 Mar 2014 09:09:10 +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: r348188 - head/security/find-zlib Message-ID: <201403140909.s2E99AXq090596@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Fri Mar 14 09:09:09 2014 New Revision: 348188 URL: http://svnweb.freebsd.org/changeset/ports/348188 QAT: https://qat.redports.org/buildarchive/r348188/ Log: - Support staging - Use shebangfix Modified: head/security/find-zlib/Makefile Modified: head/security/find-zlib/Makefile ============================================================================== --- head/security/find-zlib/Makefile Fri Mar 14 09:06:07 2014 (r348187) +++ head/security/find-zlib/Makefile Fri Mar 14 09:09:09 2014 (r348188) @@ -16,13 +16,17 @@ LICENSE= GPLv2 NO_BUILD= none -USES= perl5 +USES= perl5 shebangfix USE_PERL5= run PLIST_FILES= bin/find-zlib +SHEBANG_FILES= find-zlib + +do-extract: + @${MKDIR} ${WRKSRC} + @${CP} ${DISTDIR}/${DISTNAME} ${WRKSRC} -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140909.s2E99AXq090596>