aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormva <mva@FreeBSD.org>2014-02-22 18:50:28 +0800
committermva <mva@FreeBSD.org>2014-02-22 18:50:28 +0800
commit571868bc8825ff7798a97dd1f9f7e163a7bbe4be (patch)
tree57051a0c638532f87732d7a4d4b3fe59cccc8115 /devel
parent9bd381ecdbe3b09945b03976d426cbf7e6c4b3ef (diff)
downloadfreebsd-ports-gnome-571868bc8825ff7798a97dd1f9f7e163a7bbe4be.tar.gz
freebsd-ports-gnome-571868bc8825ff7798a97dd1f9f7e163a7bbe4be.tar.zst
freebsd-ports-gnome-571868bc8825ff7798a97dd1f9f7e163a7bbe4be.zip
- Convert to PYDISTUTILS_AUTOPLIST
PR: ports/185947 With hat: python@
Diffstat (limited to 'devel')
-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>