diff options
author | sobomax <sobomax@FreeBSD.org> | 2009-07-21 08:35:26 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2009-07-21 08:35:26 +0800 |
commit | 96c5acae769ce376728634da7db7a762f857c200 (patch) | |
tree | d150c9f98c78c49dd9c8bf5b75e0644c8b8d9aa3 /devel/py-interface | |
parent | 4f4d35e69022cd5ec22eeba393325313d4d1faa9 (diff) | |
download | freebsd-ports-gnome-96c5acae769ce376728634da7db7a762f857c200.tar.gz freebsd-ports-gnome-96c5acae769ce376728634da7db7a762f857c200.tar.zst freebsd-ports-gnome-96c5acae769ce376728634da7db7a762f857c200.zip |
Add PYDISTUTILS_PKGNAME to ensure proper packaging with python 2.5 and
up.
Issue reported by: QAT
Diffstat (limited to 'devel/py-interface')
-rw-r--r-- | devel/py-interface/Makefile | 1 |
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} |