summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorWilliam Grzybowski <wg@FreeBSD.org>2013-12-30 11:40:41 +0000
committerWilliam Grzybowski <wg@FreeBSD.org>2013-12-30 11:40:41 +0000
commit7f46c57beec3a3007f11c5663419319c0c3eab75 (patch)
tree5b11ae276cd27e85b72d96086b11f1897ec2272b /textproc
parentsecurity/py-xmlsec: support staging and minor fixes (diff)
textproc/py-jaxml: support staging
Notes
Notes: svn path=/head/; revision=338090
Diffstat (limited to 'textproc')
-rw-r--r--textproc/py-jaxml/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/textproc/py-jaxml/Makefile b/textproc/py-jaxml/Makefile
index b38a317c425d..2a1e7993b1a9 100644
--- a/textproc/py-jaxml/Makefile
+++ b/textproc/py-jaxml/Makefile
@@ -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@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>