Date: Sun, 27 Jul 2014 16:29:41 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363083 - head/devel/bpython Message-ID: <201407271629.s6RGTfSX092247@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sun Jul 27 16:29:41 2014 New Revision: 363083 URL: http://svnweb.freebsd.org/changeset/ports/363083 QAT: https://qat.redports.org/buildarchive/r363083/ Log: - Use setup.py instead of PYSETUP Modified: head/devel/bpython/Makefile Modified: head/devel/bpython/Makefile ============================================================================== --- head/devel/bpython/Makefile Sun Jul 27 16:28:35 2014 (r363082) +++ head/devel/bpython/Makefile Sun Jul 27 16:29:41 2014 (r363083) @@ -28,7 +28,7 @@ PORTEXAMPLES= light.theme sample-config NLS_USES= gettext post-patch: - @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/${PYSETUP} + @${REINPLACE_CMD} -e '/build\/man\/bpython/d; /data\/bpython.desktop/d' ${WRKSRC}/setup.py post-install: ${INSTALL_MAN} ${WRKSRC}/build/man/bpython.1 ${STAGEDIR}${PREFIX}/man/man1/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407271629.s6RGTfSX092247>