diff options
author | andreas <andreas@FreeBSD.org> | 2001-01-23 14:55:47 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2001-01-23 14:55:47 +0800 |
commit | ed226dda3f767865cd36740f78664a198ea0b96c (patch) | |
tree | d1e4dddbc458fe2de96bd197ec7863577301f63c /net/zebra | |
parent | 5579f99c5ba275b27b81e0a380912b3982b6ffa5 (diff) | |
download | freebsd-ports-gnome-ed226dda3f767865cd36740f78664a198ea0b96c.tar.gz freebsd-ports-gnome-ed226dda3f767865cd36740f78664a198ea0b96c.tar.zst freebsd-ports-gnome-ed226dda3f767865cd36740f78664a198ea0b96c.zip |
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>
Diffstat (limited to 'net/zebra')
-rw-r--r-- | net/zebra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/zebra/Makefile b/net/zebra/Makefile index b49c867ab38c..0ee2757c3736 100644 --- a/net/zebra/Makefile +++ b/net/zebra/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 |