diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:22:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:22:39 +0000 |
commit | dc889f55446778d3f1e4772157d8fb0c0deeb164 (patch) | |
tree | 183b7e792a32c468181bf4f6360992d65477d9a7 /net/py-radix | |
parent | de8fe860081f7d762468d9fe875ab54c7730ec79 (diff) | |
download | ports-dc889f55446778d3f1e4772157d8fb0c0deeb164.tar.gz ports-dc889f55446778d3f1e4772157d8fb0c0deeb164.zip |
Notes
Diffstat (limited to 'net/py-radix')
-rw-r--r-- | net/py-radix/Makefile | 4 |
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> |