Sun Mar 20 12:15:28 2011 UTC ()
LICENSE=gnu-gpl-v2


(obache)
diff -r1.25 -r1.26 pkgsrc/net/sendfile/Makefile

cvs diff -r1.25 -r1.26 pkgsrc/net/sendfile/Makefile (expand / switch to unified diff)

--- pkgsrc/net/sendfile/Makefile 2011/03/20 12:13:44 1.25
+++ pkgsrc/net/sendfile/Makefile 2011/03/20 12:15:28 1.26
@@ -1,26 +1,27 @@ @@ -1,26 +1,27 @@
1# $NetBSD: Makefile,v 1.25 2011/03/20 12:13:44 obache Exp $ 1# $NetBSD: Makefile,v 1.26 2011/03/20 12:15:28 obache Exp $
2# 2#
3 3
4DISTNAME= sendfile-20010216 4DISTNAME= sendfile-20010216
5PKGNAME= sendfile-2.1.0.2 5PKGNAME= sendfile-2.1.0.2
6PKGREVISION= 1 6PKGREVISION= 1
7CATEGORIES= net 7CATEGORIES= net
8MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/ 8MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/
9# http://fex.rus.uni-stuttgart.de/download/ 9# http://fex.rus.uni-stuttgart.de/download/
10 10
11MAINTAINER= pkgsrc-users@NetBSD.org 11MAINTAINER= pkgsrc-users@NetBSD.org
12HOMEPAGE= http://fex.rus.uni-stuttgart.de/saft/sendfile.html 12HOMEPAGE= http://fex.rus.uni-stuttgart.de/saft/sendfile.html
13COMMENT= Implementation of the Simple asynchronous file transfer protocol 13COMMENT= Implementation of the Simple asynchronous file transfer protocol
 14LICENSE= gnu-gpl-v2
14 15
15WRKSRC= ${WRKDIR}/sendfile-2.1a 16WRKSRC= ${WRKDIR}/sendfile-2.1a
16 17
17PKG_SYSCONFSUBDIR= sendfile 18PKG_SYSCONFSUBDIR= sendfile
18EGDIR= ${PREFIX}/share/examples/sendfile 19EGDIR= ${PREFIX}/share/examples/sendfile
19CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf 20CONF_FILES= ${EGDIR}/sendfile.cf ${PKG_SYSCONFDIR}/sendfile.cf
20CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny 21CONF_FILES+= ${EGDIR}/sendfile.deny ${PKG_SYSCONFDIR}/sendfile.deny
21 22
22OVERRIDE_GNU_CONFIG_SCRIPTS= yes 23OVERRIDE_GNU_CONFIG_SCRIPTS= yes
23 24
24SUBST_CLASSES+= makeconfig 25SUBST_CLASSES+= makeconfig
25SUBST_STAGE.makeconfig= pre-configure 26SUBST_STAGE.makeconfig= pre-configure
26SUBST_FILES.makeconfig= makeconfig 27SUBST_FILES.makeconfig= makeconfig