diff options
| author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 13:18:39 +0000 |
|---|---|---|
| committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-29 13:18:39 +0000 |
| commit | a876ff58a25a8446208de35c5b51e7d9baa67415 (patch) | |
| tree | 215c23fc9a93b2da00abca68f8bb54df397af64d /net | |
| parent | Fix fetch, distfile was rerolled. (diff) | |
- Convert to PYDISTUTILS_AUTOPLIST
- Stage support
- Bump PORTREVISION
Diffstat (limited to 'net')
| -rw-r--r-- | net/py-suds/Makefile | 5 | ||||
| -rw-r--r-- | net/py-suds/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/py-suds/Makefile b/net/py-suds/Makefile index 6b92086faa8a..f90ac4329411 100644 --- a/net/py-suds/Makefile +++ b/net/py-suds/Makefile @@ -3,6 +3,7 @@ PORTNAME= suds PORTVERSION= 0.4 +PORTREVISION= 1 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,7 +12,7 @@ MAINTAINER= corsmith@gmail.com COMMENT= A SOAP implementation 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-suds/pkg-plist b/net/py-suds/pkg-plist deleted file mode 100644 index ddf68a1c022f..000000000000 --- a/net/py-suds/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |
