diff options
author | joerg <joerg@pkgsrc.org> | 2014-08-13 22:34:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-08-13 22:34:57 +0000 |
commit | 4ab9a7b9dd469b1137496a8b289ecbb839f2e345 (patch) | |
tree | b55eaf24d8b81dcf453a57f3da6b8f19e3c8a3ef /net | |
parent | 8c097b6c1539997507f6f5b4bdb6c6c3b3e96041 (diff) | |
download | pkgsrc-4ab9a7b9dd469b1137496a8b289ecbb839f2e345.tar.gz |
Fix egg name.
Diffstat (limited to 'net')
-rw-r--r-- | net/exabgp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/exabgp/Makefile b/net/exabgp/Makefile index f8fda98df13..6f0d3d1d6cc 100644 --- a/net/exabgp/Makefile +++ b/net/exabgp/Makefile @@ -1,6 +1,8 @@ -# $NetBSD: Makefile,v 1.7 2014/06/15 11:40:42 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2014/08/13 22:34:57 joerg Exp $ DISTNAME= exabgp-3.3.2 +EGG_NAME= exabgp-0.0.0 +PKGREVISION= 1 CATEGORIES= net MASTER_SITES= -https://github.com/Exa-Networks/exabgp/tarball/3.3.2 @@ -26,7 +28,6 @@ REPLACE_PYTHON+= etc/exabgp/processes/read-write.py REPLACE_PYTHON+= etc/exabgp/processes/tcp-server REPLACE_PYTHON+= etc/exabgp/processes/syslog-1.py -EGG_NAME= ${PKGNAME_NOREV} PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2.19 USE_LANGUAGES= # none |