diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:52:59 +0000 |
commit | a13ea108bb00bc0ece583da1c460ce82a8ed8c87 (patch) | |
tree | e8e4b7b8b0ed7b1c572a7cbbee24ea7aae33416e /net/ucspi-tcp | |
parent | a87738b456114a95193b58ec31e883210d6b9f3f (diff) | |
download | pkgsrc-a13ea108bb00bc0ece583da1c460ce82a8ed8c87.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'net/ucspi-tcp')
-rw-r--r-- | net/ucspi-tcp/Makefile | 3 | ||||
-rw-r--r-- | net/ucspi-tcp/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/ucspi-tcp/Makefile b/net/ucspi-tcp/Makefile index e949997d8a9..0f39aa950a4 100644 --- a/net/ucspi-tcp/Makefile +++ b/net/ucspi-tcp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2001/01/10 03:16:16 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:50 wiz Exp $ # FreeBSD Id: ports/sysutils/ucspi-tcp/Makefile,v 1.12 2000/07/10 01:41:24 steve Exp DISTNAME= ucspi-tcp-0.88 @@ -10,6 +10,7 @@ DISTFILES= ucspi-tcp-0.88.tar.gz \ MAINTAINER= zuntum@eik.pl HOMEPAGE= http://cr.yp.to/ucspi-tcp.html +COMMENT= Command-line tools for building TCP client-server applications ALL_TARGET= prog install instcheck diff --git a/net/ucspi-tcp/pkg/COMMENT b/net/ucspi-tcp/pkg/COMMENT deleted file mode 100644 index e161c083ace..00000000000 --- a/net/ucspi-tcp/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Command-line tools for building TCP client-server applications |