diff options
author | obache <obache@pkgsrc.org> | 2011-03-20 12:15:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-03-20 12:15:28 +0000 |
commit | 206d01950ed67c78350b34676456685d24ceb241 (patch) | |
tree | 4e8ebae764989a6fc63e0225ed1549272d9ed660 /net/sendfile | |
parent | 7e2a2828b1f278461253d7d05136ac0b5a95ac7c (diff) | |
download | pkgsrc-206d01950ed67c78350b34676456685d24ceb241.tar.gz |
LICENSE=gnu-gpl-v2
Diffstat (limited to 'net/sendfile')
-rw-r--r-- | net/sendfile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/sendfile/Makefile b/net/sendfile/Makefile index 152b94dd18d..03ec7ccaecd 100644 --- a/net/sendfile/Makefile +++ b/net/sendfile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2011/03/20 12:13:44 obache Exp $ +# $NetBSD: Makefile,v 1.26 2011/03/20 12:15:28 obache Exp $ # DISTNAME= sendfile-20010216 @@ -11,6 +11,7 @@ MASTER_SITES= ftp://ftp.belwue.de/pub/unix/sendfile/current/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://fex.rus.uni-stuttgart.de/saft/sendfile.html COMMENT= Implementation of the Simple asynchronous file transfer protocol +LICENSE= gnu-gpl-v2 WRKSRC= ${WRKDIR}/sendfile-2.1a |