diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:25:28 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:25:28 +0000 |
commit | e9130a15bc69e9e42dd468c42cf8fbec8469c562 (patch) | |
tree | c4fe911fdf6a06418d48e5770e3b3b1cc1eb7ffa /net/py-oauth | |
parent | 1a93a1b48216757fe797dc70720d38b5d4a4bcb6 (diff) | |
download | ports-e9130a15bc69e9e42dd468c42cf8fbec8469c562.tar.gz ports-e9130a15bc69e9e42dd468c42cf8fbec8469c562.zip |
Notes
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%% |