svn commit: r338090 - head/textproc/py-jaxml

William Grzybowski wg at FreeBSD.org
Mon Dec 30 11:40:41 UTC 2013


Author: wg
Date: Mon Dec 30 11:40:41 2013
New Revision: 338090
URL: http://svnweb.freebsd.org/changeset/ports/338090

Log:
  textproc/py-jaxml: support staging

Modified:
  head/textproc/py-jaxml/Makefile

Modified: head/textproc/py-jaxml/Makefile
==============================================================================
--- head/textproc/py-jaxml/Makefile	Mon Dec 30 11:34:40 2013	(r338089)
+++ head/textproc/py-jaxml/Makefile	Mon Dec 30 11:40:41 2013	(r338090)
@@ -3,18 +3,17 @@
 
 PORTNAME=	jaxml
 PORTVERSION=	3.02
+PORTREVISION=	1
 CATEGORIES=	textproc python
 MASTER_SITES=	CHEESESHOP \
 		http://www.librelogiciel.com/software/jaxml/tarballs/
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	ports at FreeBSD.org
-COMMENT=	A Python module to generate XML easily
-
-PLIST_FILES=	lib/${PYTHON_VERSION}/site-packages/${PYEASYINSTALL_EGG}
+COMMENT=	Python module to generate XML easily
 
 USE_PYTHON=	yes
-USE_PYDISTUTILS=easy_install
+USE_PYDISTUTILS=yes
+PYDISTUTILS_AUTOPLIST=	yes
 
-NO_STAGE=	yes
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list