summaryrefslogtreecommitdiff
path: root/net/sendfile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sendfile/Makefile')
-rw-r--r--net/sendfile/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile
index 54065adb998..eccdef197f0 100644
--- a/net/sendfile/Makefile
+++ b/net/sendfile/Makefile
@@ -1,17 +1,16 @@
-# $NetBSD: Makefile,v 1.7 2001/10/25 19:02:47 agc Exp $
+# $NetBSD: Makefile,v 1.8 2002/10/13 16:30:41 wiz Exp $
#
-DISTNAME= sendfile-2.1a
+DISTNAME= sendfile-20010216
PKGNAME= sendfile-2.1.0.1
+WRKSRC= ${WRKDIR}/sendfile-2.1a
CATEGORIES= net
-MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/
+MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.belwue.de/aktivitaeten/projekte/saft/
COMMENT= Implementation of the Simple asynchronous file transfer protocol
-WRKSRC= ${WRKDIR}/${DISTNAME}
-
post-patch:
cd ${WRKSRC} && \
${SED} -e 's,@PREFIX@,${PREFIX},' < makeconfig > makeconfig.new; \