aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2013-12-30 19:40:41 +0800
committerwg <wg@FreeBSD.org>2013-12-30 19:40:41 +0800
commit13e2f04b30b489df0796c6416e4fcf22490de06a (patch)
tree5b11ae276cd27e85b72d96086b11f1897ec2272b
parent71734ec482481db94c89c95a4a3769ecd5a192a6 (diff)
downloadfreebsd-ports-gnome-13e2f04b30b489df0796c6416e4fcf22490de06a.tar.gz
freebsd-ports-gnome-13e2f04b30b489df0796c6416e4fcf22490de06a.tar.zst
freebsd-ports-gnome-13e2f04b30b489df0796c6416e4fcf22490de06a.zip
textproc/py-jaxml: support staging
-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>