diff options
author | billf <billf@FreeBSD.org> | 1999-03-01 22:15:45 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-01 22:15:45 +0000 |
commit | 5122c4876f9fb1d941fd3485bebcd9128e758da5 (patch) | |
tree | 252710f225d5471a4a068614687109872a2867d1 /net/mtr/Makefile | |
parent | d51398a1d12c0c3805128c9a03ecfc5b9d430c04 (diff) | |
download | FreeBSD-ports-5122c4876f9fb1d941fd3485bebcd9128e758da5.zip FreeBSD-ports-5122c4876f9fb1d941fd3485bebcd9128e758da5.tar.gz |
Add a MASTER_SITE (freefall)
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 1c822fd..d760d8a 100644 --- a/net/mtr/Makefile +++ b/net/mtr/Makefile @@ -3,12 +3,13 @@ # Date created: 12 August 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.5 1998/12/29 18:22:58 billf Exp $ +# $Id: Makefile,v 1.6 1999/01/22 22:15:39 nectar Exp $ # DISTNAME= mtr-0.28 CATEGORIES= net -MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ +MASTER_SITES= ftp://ftp.bitwizard.nl/mtr/ \ + http://www.FreeBSD.org/~billf/distfiles/ MAINTAINER= billf@FreeBSD.org |