Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Apr 2014 13:57:25 +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: r350125 - head/net-mgmt/virtinst
Message-ID:  <201404041357.s34DvPuk013617@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201404041357.s34DvPuk013617>