diff options
author | demon <demon@FreeBSD.org> | 2014-05-30 17:26:09 +0800 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2014-05-30 17:26:09 +0800 |
commit | 53b9f572cf2e784cc2f29399d02db44eeff9b4d2 (patch) | |
tree | b1caded8c9669f96283d0b1bcb1c4a299ff7e581 /graphics/py-graph-dot | |
parent | 5fe2f02aed47f25679fb24525d0fd013eb21dc4b (diff) | |
download | freebsd-ports-gnome-53b9f572cf2e784cc2f29399d02db44eeff9b4d2.tar.gz freebsd-ports-gnome-53b9f572cf2e784cc2f29399d02db44eeff9b4d2.tar.zst freebsd-ports-gnome-53b9f572cf2e784cc2f29399d02db44eeff9b4d2.zip |
Stagify.
Diffstat (limited to 'graphics/py-graph-dot')
-rw-r--r-- | graphics/py-graph-dot/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/graphics/py-graph-dot/Makefile b/graphics/py-graph-dot/Makefile index 2bc0d9584c1e..af628ae1c9ad 100644 --- a/graphics/py-graph-dot/Makefile +++ b/graphics/py-graph-dot/Makefile @@ -18,8 +18,6 @@ PROJECTHOST= python-graph USE_PYTHON= yes USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= python_graph_dot +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include <bsd.port.mk> |