summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2009-07-21 00:35:26 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2009-07-21 00:35:26 +0000
commit8b127b5230b633c71e1ed6792143c136cadeca41 (patch)
tree70a42fdee0d5bad216aa4429d8136751c8d9594d /devel
parentAdd py-interface 0.96, a Python implementation of an Erlang node. (diff)
Add PYDISTUTILS_PKGNAME to ensure proper packaging with python 2.5 and
up. Issue reported by: QAT
Notes
Notes: svn path=/head/; revision=238130
Diffstat (limited to 'devel')
-rw-r--r--devel/py-interface/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/py-interface/Makefile b/devel/py-interface/Makefile
index 557f72f89b30..7775d092c638 100644
--- a/devel/py-interface/Makefile
+++ b/devel/py-interface/Makefile
@@ -17,6 +17,7 @@ COMMENT= A Python implementation of an Erlang node
USE_PYTHON= yes
USE_PYDISTUTILS= yes
+PYDISTUTILS_PKGNAME= py_${PORTNAME}
DOCSDIR= ${PREFIX}/share/doc/py_${PORTNAME}
EXAMPLESDIR= ${PREFIX}/share/examples/py_${PORTNAME}