diff options
author | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
---|---|---|
committer | Marcus von Appen <mva@FreeBSD.org> | 2014-10-24 16:21:26 +0000 |
commit | 2f71940292af6b2d050e8b473d717357401b40fc (patch) | |
tree | ca40f6c4e7288356261302ad77c108990435520e /net/py-libcloud | |
parent | e681bc51231baa49b0184bf6fe94fd704a352ada (diff) | |
download | ports-2f71940292af6b2d050e8b473d717357401b40fc.tar.gz ports-2f71940292af6b2d050e8b473d717357401b40fc.zip |
Notes
Diffstat (limited to 'net/py-libcloud')
-rw-r--r-- | net/py-libcloud/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/py-libcloud/Makefile b/net/py-libcloud/Makefile index b37bc192e1ce..790672e5b6e4 100644 --- a/net/py-libcloud/Makefile +++ b/net/py-libcloud/Makefile @@ -15,10 +15,8 @@ COMMENT= Standard client library for many popular cloud providers LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= tar:bzip2 -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python tar:bzip2 +USE_PYTHON= distutils autoplist post-extract: @${MV} ${WRKSRC}/libcloud/test ${WRKSRC}/test # no need to install tests |