svn commit: r350125 - head/net-mgmt/virtinst
Baptiste Daroussin
bapt at FreeBSD.org
Fri Apr 4 13:57:25 UTC 2014
Author: bapt
Date: Fri Apr 4 13:57:24 2014
New Revision: 350125
URL: http://svnweb.freebsd.org/changeset/ports/350125
QAT: https://qat.redports.org/buildarchive/r350125/
Log:
One USE_PYTHON is enough
s/-script://
Modified:
head/net-mgmt/virtinst/Makefile
Modified: head/net-mgmt/virtinst/Makefile
==============================================================================
--- head/net-mgmt/virtinst/Makefile Fri Apr 4 13:56:35 2014 (r350124)
+++ head/net-mgmt/virtinst/Makefile Fri Apr 4 13:57:24 2014 (r350125)
@@ -15,11 +15,10 @@ LIB_DEPENDS= libvirt.so:${PORTSDIR}/deve
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}urlgrabber>=3.9.1:${PORTSDIR}/www/py-urlgrabber
USES= gettext
-USE_PYTHON_RUN= yes
-USE_PYTHON_BUILD= yes
+USE_PYTHON= yes
USE_PYDISTUTILS= yes
-post-patch-script:
+post-patch:
${REINPLACE_CMD} 's|share/man|man|g' \
${WRKSRC}/setup.py
More information about the svn-ports-all
mailing list