diff options
Diffstat (limited to 'net/py-oauth')
-rw-r--r-- | net/py-oauth/Makefile | 3 | ||||
-rw-r--r-- | net/py-oauth/pkg-plist | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/py-oauth/Makefile b/net/py-oauth/Makefile index ab78e275ad65..6ff745e5a831 100644 --- a/net/py-oauth/Makefile +++ b/net/py-oauth/Makefile @@ -3,6 +3,7 @@ PORTNAME= oauth PORTVERSION= 1.0.1 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +13,6 @@ COMMENT= Python Library for OAuth USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/py-oauth/pkg-plist b/net/py-oauth/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/net/py-oauth/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |