diff options
author | billf <billf@FreeBSD.org> | 1999-03-03 05:18:43 +0800 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-03-03 05:18:43 +0800 |
commit | f9aded8dbdc8ab68eeac7b640b32d525da14665a (patch) | |
tree | b99fb05cacd5913fd714ccdd4e6e6a462f0a078b /net/sendfile/Makefile | |
parent | 5d87c2b3c0ec6f6f2de2b425bb638896bdbeb0d6 (diff) | |
download | freebsd-ports-gnome-f9aded8dbdc8ab68eeac7b640b32d525da14665a.tar.gz freebsd-ports-gnome-f9aded8dbdc8ab68eeac7b640b32d525da14665a.tar.zst freebsd-ports-gnome-f9aded8dbdc8ab68eeac7b640b32d525da14665a.zip |
Add more MASTER_SITES, and unbreak by doing so.
Caught by: Satoshi's script
Diffstat (limited to 'net/sendfile/Makefile')
-rw-r--r-- | net/sendfile/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 91067ac746b8..3012e2afacec 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -3,18 +3,18 @@ # Date created: 30 Oct 1997 # Whom: sec@42.org # -# $Id: Makefile,v 1.8 1999/02/23 15:25:30 joerg Exp $ +# $Id: Makefile,v 1.9 1999/02/28 07:15:05 obrien Exp $ # DISTNAME= sendfile-19990215 PKGNAME= sendfile-2.1 CATEGORIES= net -MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ +MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ \ + ftp://infodrom.north.de/pub/unix/network/sendfile/ \ + ftp://ftp.fu-berlin.de/unix/network/sendfile/current/ MAINTAINER= sec@42.org -BROKEN= 'single mastersite unreachable' - WRKSRC= ${WRKDIR}/${PKGNAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT=makeconfig |