aboutsummaryrefslogtreecommitdiff
path: root/net/py-radix
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-01-31 09:22:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-01-31 09:22:39 +0000
commitdc889f55446778d3f1e4772157d8fb0c0deeb164 (patch)
tree183b7e792a32c468181bf4f6360992d65477d9a7 /net/py-radix
parentde8fe860081f7d762468d9fe875ab54c7730ec79 (diff)
downloadports-dc889f55446778d3f1e4772157d8fb0c0deeb164.tar.gz
ports-dc889f55446778d3f1e4772157d8fb0c0deeb164.zip
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support - Bump PORTREV
Notes
Notes: svn path=/head/; revision=341956
Diffstat (limited to 'net/py-radix')
-rw-r--r--net/py-radix/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-radix/Makefile b/net/py-radix/Makefile
index b78fcf7a03fd..ccd85c726f41 100644
--- a/net/py-radix/Makefile
+++ b/net/py-radix/Makefile
@@ -3,6 +3,7 @@
PORTNAME= radix
PORTVERSION= 0.5
+PORTREVISION= 1
CATEGORIES= net python
MASTER_SITES= http://www2.mindrot.org/files/py-radix/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +14,6 @@ COMMENT= A Python radix-tree implementation
USE_PYTHON= yes
USE_PYDISTUTILS= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/radix.so
+PYDISTUTILS_AUTOPLIST= yes
-NO_STAGE= yes
.include <bsd.port.mk>