Date: Thu, 13 Mar 2014 14:49:59 +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: r348075 - head/security/httprint Message-ID: <201403131449.s2DEnxS4033278@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Thu Mar 13 14:49:58 2014 New Revision: 348075 URL: http://svnweb.freebsd.org/changeset/ports/348075 QAT: https://qat.redports.org/buildarchive/r348075/ Log: - Support staging - Use COPYTREE_SHARE istead of CP Modified: head/security/httprint/Makefile Modified: head/security/httprint/Makefile ============================================================================== --- head/security/httprint/Makefile Thu Mar 13 14:47:16 2014 (r348074) +++ head/security/httprint/Makefile Thu Mar 13 14:49:58 2014 (r348075) @@ -16,10 +16,9 @@ USES= zip RESTRICTED= No cost for personal, education and non-commercial use. NO_BUILD= yes -NO_STAGE= yes do-install: - ${MKDIR} ${DATADIR} - ${CP} -Rp ${WRKSRC} ${DATADIR} - ${LN} -s ${DATADIR}/httprint ${PREFIX}/bin + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) + ${LN} -s httprint ${STAGEDIR}${PREFIX}/bin .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403131449.s2DEnxS4033278>