summaryrefslogtreecommitdiff
path: root/net/zebra-devel
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2001-01-23 06:55:47 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2001-01-23 06:55:47 +0000
commitd2d2b9d783fb7b1687731082f0d7eaede1610de2 (patch)
treeed5b5ecc68d2f0bb0690551db2d7517e84d2efa4 /net/zebra-devel
parentUpdate port to 1.3.3a (fixes heap overflow) (diff)
unbreak port.
note: I tried to build a portname applying to the porters handbook conventions. Unfortunately it doesn't have a good example for version numbers like 0.90a. 0.90-alpha would have to be change to 0.90.a. So I thought it should be done this way for 0.90.a as well. But then you have to set DISTFILES and WRKSRC (the latter I forgot in a last minute change, sorry, which broke the port). And even if you get the port running again, then portlint tells you pretty things how to do it better ... All in all. It would be fine to add an example in porters handbook for cases like 0.90a, which should *not* be changed to 0.90.a ! Submitted by: Josef Karthauser <joe@tao.org.uk>
Notes
Notes: svn path=/head/; revision=37464
Diffstat (limited to 'net/zebra-devel')
-rw-r--r--net/zebra-devel/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/zebra-devel/Makefile b/net/zebra-devel/Makefile
index b49c867ab38c..0ee2757c3736 100644
--- a/net/zebra-devel/Makefile
+++ b/net/zebra-devel/Makefile
@@ -6,10 +6,9 @@
#
PORTNAME= zebra
-PORTVERSION= 0.90.a
+PORTVERSION= 0.90a
CATEGORIES= net ipv6
MASTER_SITES= ftp://ftp.zebra.org/pub/zebra/
-DISTFILES= zebra-0.90a.tar.gz
MAINTAINER= andreas@FreeBSD.org