diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-03-02 21:18:43 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-03-02 21:18:43 +0000 |
commit | 74cd9bf9bc955fa9ff933aebfeaa4e2c4495ee7c (patch) | |
tree | 7ac69c0458e7a1f04b1ea3c38a30c0b1b7af4b14 /net/sendfile/Makefile | |
parent | d00c251f6da41eb460e77b3f2dd56d4c71c199c0 (diff) | |
download | ports-74cd9bf9bc955fa9ff933aebfeaa4e2c4495ee7c.tar.gz ports-74cd9bf9bc955fa9ff933aebfeaa4e2c4495ee7c.zip |
Notes
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 |