diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:27:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-02-15 10:27:27 +0000 |
commit | 8302b963f96f02c3c24c6be20ecd166e3939a751 (patch) | |
tree | 0335a5c65fbe4037a93b388288b4b58a21f8ab35 /math/py-igraph | |
parent | 2ee22c5a7adbfade40902ee20a9fb8bdb9c2d71e (diff) | |
download | ports-8302b963f96f02c3c24c6be20ecd166e3939a751.tar.gz ports-8302b963f96f02c3c24c6be20ecd166e3939a751.zip |
Notes
Diffstat (limited to 'math/py-igraph')
-rw-r--r-- | math/py-igraph/Makefile | 7 | ||||
-rw-r--r-- | math/py-igraph/pkg-plist | 2 |
2 files changed, 3 insertions, 6 deletions
diff --git a/math/py-igraph/Makefile b/math/py-igraph/Makefile index 644334ede4e9..787071778bad 100644 --- a/math/py-igraph/Makefile +++ b/math/py-igraph/Makefile @@ -3,6 +3,7 @@ PORTNAME= igraph PORTVERSION= 0.5.4 +PORTREVISION= 1 CATEGORIES= math python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,9 +16,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libigraph.so:${PORTSDIR}/math/igraph LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 USE_PYTHON= yes -USE_PYDISTUTILS= easy_install -PYEASYINSTALL_ARCHDEP= yes -PYDISTUTILS_PKGNAME= python_igraph +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include <bsd.port.mk> diff --git a/math/py-igraph/pkg-plist b/math/py-igraph/pkg-plist deleted file mode 100644 index eff8d91c1078..000000000000 --- a/math/py-igraph/pkg-plist +++ /dev/null @@ -1,2 +0,0 @@ -bin/igraph -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% |