diff options
author | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-11-18 17:02:06 +0000 |
---|---|---|
committer | Li-Wen Hsu <lwhsu@FreeBSD.org> | 2013-11-18 17:02:06 +0000 |
commit | 41c039bfb236c6649a02d7eaaba490c1d80eb0c1 (patch) | |
tree | 584dbb24ccb6e44bf5a753c958bf03427803d3f5 /databases/py-pyhs | |
parent | - Add LICENSE (diff) |
- Support STAGEDIR
Notes
Notes:
svn path=/head/; revision=334228
Diffstat (limited to 'databases/py-pyhs')
-rw-r--r-- | databases/py-pyhs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-pyhs/Makefile b/databases/py-pyhs/Makefile index 138a408b2711..4e6c73d7c6ca 100644 --- a/databases/py-pyhs/Makefile +++ b/databases/py-pyhs/Makefile @@ -13,10 +13,8 @@ COMMENT= HandlerSocket client for Python USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= python_handler_socket PYEASYINSTALL_ARCHDEP= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include <bsd.port.mk> |