diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-10-12 18:27:31 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-10-12 18:27:31 +0000 |
commit | f8734321637ea271a3e3a515890bb6b8013e6242 (patch) | |
tree | 8cbd426ee94037a2550273b30baf2a52422d5fa6 /net/mtr/Makefile | |
parent | Fix MASTER_SITES (diff) |
Mark this BROKEN so I don't have to create a folder dedicated to people
sending "mtr doesn't work" e-mails to me.
I'm working on the problem and have even gotten people who send me real
bug reports, imagine that.
Notes
Notes:
svn path=/head/; revision=22390
Diffstat (limited to 'net/mtr/Makefile')
-rw-r--r-- | net/mtr/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mtr/Makefile b/net/mtr/Makefile index a96f2f630cfc..bfc010ab9718 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: mtr -# Version required: 0.28 +# Version required: 0.41 # Date created: 12 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # @@ -13,6 +13,8 @@ MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ MAINTAINER= billf@FreeBSD.org +BROKEN= 'this port does wierd things and rarely works' + HAS_CONFIGURE= yes MAN8= mtr.8 |