Date: Tue, 6 May 2014 09:24:56 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r353079 - head/devel/py-uncompyle2 Message-ID: <201405060924.s469OuYK002366@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue May 6 09:24:56 2014 New Revision: 353079 URL: http://svnweb.freebsd.org/changeset/ports/353079 QAT: https://qat.redports.org/buildarchive/r353079/ Log: Support stage PR: ports/188570 Submitted by: Bartek Rutkowski <ports@robakdesign.com> Modified: head/devel/py-uncompyle2/Makefile Modified: head/devel/py-uncompyle2/Makefile ============================================================================== --- head/devel/py-uncompyle2/Makefile Tue May 6 09:23:03 2014 (r353078) +++ head/devel/py-uncompyle2/Makefile Tue May 6 09:24:56 2014 (r353079) @@ -16,13 +16,12 @@ USE_PYTHON= 2 USE_PYDISTUTILS=yes REINPLACE_ARGS= -i "" -NO_STAGE= yes pre-patch: # Removing blanks at EOL ${FIND} ${WRKSRC} -type f -print0 | \ ${XARGS} -0 ${REINPLACE_CMD} -E 's/[[:blank:]]+$$//g' post-install: - ${INSTALL_SCRIPT} ${WRKSRC}/uncompyle2.py ${PREFIX}/bin/uncompyle2 + ${INSTALL_SCRIPT} ${WRKSRC}/uncompyle2.py ${STAGEDIR}${PREFIX}/bin/uncompyle2 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405060924.s469OuYK002366>