aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pybugz/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pybugz/Makefile')
-rw-r--r--devel/pybugz/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/pybugz/Makefile b/devel/pybugz/Makefile
index 4c62e052bc30..4a86560e4987 100644
--- a/devel/pybugz/Makefile
+++ b/devel/pybugz/Makefile
@@ -2,7 +2,7 @@
PORTNAME= pybugz
PORTVERSION= 0.9.3
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= http://www.bayofrum.net/dist/${PORTNAME}/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,6 @@ LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PYTHON= 2
USE_PYDISTUTILS=yes
-
-PLIST_FILES= bin/bugz
-DATADIR= ${PYTHONPREFIX_SITELIBDIR}/bugz
-PORTDATA= *
+PYDISTUTILS_AUTOPLIST= yes
.include <bsd.port.mk>