diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-05-30 09:26:09 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2014-05-30 09:26:09 +0000 |
commit | b120d1301efb28c99a44a0dd3a3f1e9258adf91e (patch) | |
tree | b1caded8c9669f96283d0b1bcb1c4a299ff7e581 /graphics/py-graph-dot | |
parent | ed765c98ac151ea4c1378593bbfeef002c25f189 (diff) |
Notes
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> |