diff options
author | asami <asami@FreeBSD.org> | 1998-08-17 20:16:36 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-08-17 20:16:36 +0000 |
commit | 4533e48270a0c9686201e8b459f2543afdf27fae (patch) | |
tree | 0e8b14edaffdc12806f9b6dd8aaa4c12dbafa1fa /net/sendfile | |
parent | 9fefa0ff0e7171be2d95b8569a5354a1fc222faa (diff) | |
download | FreeBSD-ports-4533e48270a0c9686201e8b459f2543afdf27fae.zip FreeBSD-ports-4533e48270a0c9686201e8b459f2543afdf27fae.tar.gz |
FTP server not responding....
Diffstat (limited to 'net/sendfile')
-rw-r--r-- | net/sendfile/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 40aaf1e..e78e5e5 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.4 1998/05/24 03:21:50 steve Exp $ +# $Id: Makefile,v 1.5 1998/08/17 00:43:43 steve Exp $ # DISTNAME= sendfile-19980712 @@ -13,6 +13,8 @@ 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 |