diff options
author | wiz <wiz> | 2009-05-19 09:07:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 09:07:13 +0000 |
commit | 0018f37db52f1ffabf8c7eaa5bafb42f87818ffa (patch) | |
tree | 0af4844326a4d3f35408445b70788133ca9bce43 /net/ucspi-tcp | |
parent | 53d692acd8a71f89a941dada62a4345937a07233 (diff) | |
download | pkgsrc-0018f37db52f1ffabf8c7eaa5bafb42f87818ffa.tar.gz |
Uncomment some more LICENSE lines (all "public-domain").
Diffstat (limited to 'net/ucspi-tcp')
-rw-r--r-- | net/ucspi-tcp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index 90d5bd91c14..427315be356 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2008/02/19 21:12:06 schmonz Exp $ +# $NetBSD: Makefile,v 1.35 2009/05/19 09:07:14 wiz Exp $ DISTNAME= ucspi-tcp-0.88 PKGREVISION= 2 @@ -9,7 +9,7 @@ DISTFILES= ${DISTNAME}.tar.gz ${MANPAGES} MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://cr.yp.to/ucspi-tcp.html COMMENT= Command-line tools for building TCP client-server applications -#LICENSE= public-domain +LICENSE= public-domain MANPAGES= ${DISTNAME}-man-20020317.tar.gz SITES.${MANPAGES}= http://smarden.org/pape/djb/manpages/ |