diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 16:17:02 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 16:17:02 +0000 |
commit | 528736998d2d84a1fc3df12c3cfabdb4fc0a3d04 (patch) | |
tree | c475b5c64c1ae550a24de0ee687b3de2f7ed3eac /net | |
parent | b5c85bc192a332d8195e97b5b3c00ed29a1b9e1c (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/py-oauth2/Makefile | 5 | ||||
-rw-r--r-- | net/py-oauth2/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/py-oauth2/Makefile b/net/py-oauth2/Makefile index dcf0a74aacb6..68fe9d9271e1 100644 --- a/net/py-oauth2/Makefile +++ b/net/py-oauth2/Makefile @@ -3,6 +3,7 @@ PORTNAME= oauth2 PORTVERSION= 1.5.211 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -16,7 +17,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}httplib2>0:${PORTSDIR}/www/py-httplib2 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net/py-oauth2/pkg-plist b/net/py-oauth2/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/net/py-oauth2/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |