aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-02-17 13:22:27 +0800
committermiwi <miwi@FreeBSD.org>2014-02-17 13:22:27 +0800
commit510ee7ebd1f1a73307dd81a39d090bc1e420ba2d (patch)
treed3471f51dabaef6f8ffcf15e56117274eef86e2c
parentede1f26b4425de344d5e789cae8d7b85a6962d67 (diff)
downloadfreebsd-ports-gnome-510ee7ebd1f1a73307dd81a39d090bc1e420ba2d.tar.gz
freebsd-ports-gnome-510ee7ebd1f1a73307dd81a39d090bc1e420ba2d.tar.zst
freebsd-ports-gnome-510ee7ebd1f1a73307dd81a39d090bc1e420ba2d.zip
- Convert to autoplist
- Stage support - Bump PORTREV
-rw-r--r--graphics/py-graph-core/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/py-graph-core/Makefile b/graphics/py-graph-core/Makefile
index 8798f729ccbb..63848b1cb3e2 100644
--- a/graphics/py-graph-core/Makefile
+++ b/graphics/py-graph-core/Makefile
@@ -3,6 +3,7 @@
PORTNAME= graph-core
PORTVERSION= 1.8.2
+PORTREVISION= 1
CATEGORIES= graphics python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,10 +14,7 @@ COMMENT= A library for working with graphs in Python, core module
PROJECTHOST= python-graph
USE_PYTHON= yes
-USE_PYDISTUTILS= easy_install
-PYDISTUTILS_PKGNAME= python_graph_core
+USE_PYDISTUTILS= yes
+PYDISTUTILS_AUTOPLIST= yes
-PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%
-
-NO_STAGE= yes
.include <bsd.port.mk>