diff options
Diffstat (limited to 'net/py-netstring')
-rw-r--r-- | net/py-netstring/Makefile | 3 | ||||
-rw-r--r-- | net/py-netstring/pkg-plist | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/net/py-netstring/Makefile b/net/py-netstring/Makefile index 549c39fd8c36..85b9942ac80d 100644 --- a/net/py-netstring/Makefile +++ b/net/py-netstring/Makefile @@ -13,7 +13,6 @@ COMMENT= Python module implementing the netstring protocol USE_PYTHON= yes USE_PYDISTUTILS= yes -PYDISTUTILS_PKGNAME= python-netstring +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/py-netstring/pkg-plist b/net/py-netstring/pkg-plist deleted file mode 100644 index aff0984cfc0e..000000000000 --- a/net/py-netstring/pkg-plist +++ /dev/null @@ -1,3 +0,0 @@ -%%PYTHON_SITELIBDIR%%/netstring.py -%%PYTHON_SITELIBDIR%%/netstring.pyc -%%PYTHON_SITELIBDIR%%/netstring.pyo |