diff options
author | steve <steve@FreeBSD.org> | 1998-08-20 07:07:51 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-20 07:07:51 +0800 |
commit | 8998abe2a38690aca6c78a00a0fb70bc5ed4cfc3 (patch) | |
tree | b4025f7bcd96fea650880ab66346f6f65f5b30f3 | |
parent | dba9a4e8b16853ee8b5a80ba03ff2843db611b32 (diff) | |
download | freebsd-ports-gnome-8998abe2a38690aca6c78a00a0fb70bc5ed4cfc3.tar.gz freebsd-ports-gnome-8998abe2a38690aca6c78a00a0fb70bc5ed4cfc3.tar.zst freebsd-ports-gnome-8998abe2a38690aca6c78a00a0fb70bc5ed4cfc3.zip |
The master site was down with hardware problems but certainly
seems to have come back.
PR: 7686
Submitted by: maintainer
-rw-r--r-- | net/sendfile/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index e78e5e5e394f..944cd0d1d2cb 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -3,7 +3,7 @@ # Date created: 30 Oct 1997 # Whom: sec@42.org # -# $Id: Makefile,v 1.5 1998/08/17 00:43:43 steve Exp $ +# $Id: Makefile,v 1.6 1998/08/17 20:16:36 asami Exp $ # DISTNAME= sendfile-19980712 @@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/ MAINTAINER= sec@42.org -BROKEN= fetch - WRKSRC= ${WRKDIR}/${PKGNAME} HAS_CONFIGURE= yes CONFIGURE_SCRIPT=makeconfig |