diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-17 13:22:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-17 13:22:27 +0800 |
commit | 510ee7ebd1f1a73307dd81a39d090bc1e420ba2d (patch) | |
tree | d3471f51dabaef6f8ffcf15e56117274eef86e2c | |
parent | ede1f26b4425de344d5e789cae8d7b85a6962d67 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |