summaryrefslogtreecommitdiff
path: root/net/sendfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/Makefile')
-rw-r--r--net/sendfile/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile
index 020ce7fd7cf3..01f5815b82e8 100644
--- a/net/sendfile/Makefile
+++ b/net/sendfile/Makefile
@@ -1,23 +1,25 @@
# New ports collection makefile for: sendfile
# Version required: 2.1
-# Date created: 23 February 1998
+# Date created: 30 Oct 1997
# Whom: sec@42.org
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1998/02/24 20:28:16 steve Exp $
#
-DISTNAME= sendfile-2.1
+DISTNAME= sendfile-19980228
+PKGNAME= sendfile-2.1
CATEGORIES= net
MASTER_SITES= ftp://ftp.uni-stuttgart.de/pub/unix/comm/sendfile/current/
MAINTAINER= sec@42.org
WRKSRC= ${WRKDIR}/${PKGNAME}
-
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT=makeconfig
CONFIGURE_ENV= PREFIX="${PREFIX}"
-MAN1= sendfile.1 sendmsg.1 receive.1
+MAN1= sendfile.1 sendmsg.1 receive.1 fetchfile.1
+MAN7= fetchfile.7
+MAN8= sendfiled.8
.include <bsd.port.mk>