svn commit: r363083 - head/devel/bpython

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Jul 27 16:29:41 UTC 2014


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/


More information about the svn-ports-head mailing list