diff options
author | wiz <wiz@pkgsrc.org> | 2014-12-16 23:04:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-12-16 23:04:35 +0000 |
commit | ebdbd720d34d3da4ba7ae88c0b864e60a14b2c9e (patch) | |
tree | c5eda778c732fcc863f7c12643eca8b59b7b1ea4 /chat | |
parent | fbc9cc3f0d1593b32fd6a60010986098c5d4824b (diff) | |
download | pkgsrc-ebdbd720d34d3da4ba7ae88c0b864e60a14b2c9e.tar.gz |
Fix build with py-setuptool-0.8.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/py-xmpppy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/py-xmpppy/Makefile b/chat/py-xmpppy/Makefile index 25a5072deaf..934c119e72a 100644 --- a/chat/py-xmpppy/Makefile +++ b/chat/py-xmpppy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2014/05/09 07:36:55 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2014/12/16 23:04:35 wiz Exp $ DISTNAME= xmpppy-0.5.0rc1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -18,6 +18,7 @@ USE_LANGUAGES= # none PYDISTUTILSPKG= yes PYTHON_VERSIONED_DEPENDENCIES= dns PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 0.5.0rc1 +EGG_NAME= ${DISTNAME:S/rc/c/} DOCDIR= ${PREFIX}/share/doc/py-xmpppy EXDIR= ${PREFIX}/share/examples/py-xmpppy |