diff options
author | billf <billf@FreeBSD.org> | 1999-08-07 05:39:19 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-08-07 05:39:19 +0800 |
commit | 4dadfe3838d2cd185f28068a49c5d4531aa4fe58 (patch) | |
tree | c53e0a6469f7db6a4baf7bfc359a6d87b35e65f1 /devel/splint/Makefile | |
parent | 97171e06a08a27fbb3439b75dbb7fedb282fc0a8 (diff) | |
download | freebsd-ports-gnome-4dadfe3838d2cd185f28068a49c5d4531aa4fe58.tar.gz freebsd-ports-gnome-4dadfe3838d2cd185f28068a49c5d4531aa4fe58.tar.zst freebsd-ports-gnome-4dadfe3838d2cd185f28068a49c5d4531aa4fe58.zip |
Prefer the http main site over the ftp main site, it's more reliable.
While I'm here, add some mirrors as well.
Diffstat (limited to 'devel/splint/Makefile')
-rw-r--r-- | devel/splint/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/splint/Makefile b/devel/splint/Makefile index c0a99e977e98..b210c714a9b9 100644 --- a/devel/splint/Makefile +++ b/devel/splint/Makefile @@ -3,12 +3,15 @@ # Date created: 9 September 1996 # Whom: moeding # -# $Id: Makefile,v 1.4 1999/06/25 04:02:23 billf Exp $ +# $Id: Makefile,v 1.5 1999/07/09 14:45:35 billf Exp $ # DISTNAME= lclint-2.4b CATEGORIES= devel -MASTER_SITES= ftp://ftp.sds.lcs.mit.edu/pub/lclint/ +MASTER_SITES= http://www.sds.lcs.mit.edu/lclint/ftp/lclint/ \ + ftp://ftp.deva.net/pub/sources/programming/linting/ \ + ftp://ftp.netsw.org/netsw/SoftEng/Lang/C/Tools/lclint/ \ + ftp://ftp.uni-bielefeld.de/pub/programming/tools/lclint/ EXTRACT_SUFX= .src.tar.gz MAINTAINER= s.moeding@ndh.net |