diff options
author | billf <billf@FreeBSD.org> | 2004-04-24 09:21:38 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 2004-04-24 09:21:38 +0800 |
commit | 14356523fffd081abbada767a858d2c93fd797f9 (patch) | |
tree | 75c926c965f56bd49dc659db3bc383879d521768 /net/mtr/Makefile | |
parent | 505f34aa1c7c25bfadcce8878ad3564b28043086 (diff) | |
download | freebsd-ports-gnome-14356523fffd081abbada767a858d2c93fd797f9.tar.gz freebsd-ports-gnome-14356523fffd081abbada767a858d2c93fd797f9.tar.zst freebsd-ports-gnome-14356523fffd081abbada767a858d2c93fd797f9.zip |
backout update to 1.58, the freeze of the week is ports right now.
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index cd4db0267def..3955640b54f8 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -6,7 +6,8 @@ # PORTNAME= mtr -PORTVERSION= 0.58 +PORTVERSION= 0.54 +PORTREVISION= 4 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ ftp://ftp.netsw.org/net/ip/audit/packets/ \ @@ -18,7 +19,7 @@ COMMENT= Traceroute and ping in a single graphical network diagnostic tool GNU_CONFIGURE= yes USE_GMAKE= yes WANT_GNOME= yes -#WANT_IPV6= yes +WANT_IPV6= yes MAN8= mtr.8 PLIST_FILES= sbin/mtr |