From 13e2f04b30b489df0796c6416e4fcf22490de06a Mon Sep 17 00:00:00 2001 From: wg Date: Mon, 30 Dec 2013 11:40:41 +0000 Subject: textproc/py-jaxml: support staging --- textproc/py-jaxml/Makefile | 9 ++++----- 1 file 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 -- cgit