diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-08-17 20:16:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-08-17 20:16:36 +0000 |
commit | 13acebb211bc7b3a6ba4a64587ba2dbf19d6facb (patch) | |
tree | 974f657456733f04441cbae7e5d6ad086393aca0 /net/sendfile | |
parent | ef1fa418dd122e566c6e1374b27f16109cd24969 (diff) |
Notes
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 40aaf1e186f4..e78e5e5e394f 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 |