diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 17:25:28 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 17:25:28 +0800 |
commit | 816aa91da3e447aabdc9cc5d8effad7b1a3aa640 (patch) | |
tree | c4fe911fdf6a06418d48e5770e3b3b1cc1eb7ffa /net/py-oauth | |
parent | 537fe4ac0306e3ad7ac3d663d1428d1b22634272 (diff) | |
download | freebsd-ports-gnome-816aa91da3e447aabdc9cc5d8effad7b1a3aa640.tar.gz freebsd-ports-gnome-816aa91da3e447aabdc9cc5d8effad7b1a3aa640.tar.zst freebsd-ports-gnome-816aa91da3e447aabdc9cc5d8effad7b1a3aa640.zip |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREV
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%% |