diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-17 17:42:09 +0000 |
commit | a87738b456114a95193b58ec31e883210d6b9f3f (patch) | |
tree | 926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/libident | |
parent | ad02d69ab28ddc19bb63fd7441b9ad1fc18206bb (diff) | |
download | pkgsrc-a87738b456114a95193b58ec31e883210d6b9f3f.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'security/libident')
-rw-r--r-- | security/libident/Makefile | 3 | ||||
-rw-r--r-- | security/libident/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/libident/Makefile b/security/libident/Makefile index 3c452c55d45..a9eac76383d 100644 --- a/security/libident/Makefile +++ b/security/libident/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2000/06/21 07:14:07 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2001/02/17 17:49:50 wiz Exp $ # FreeBSD ID: Makefile,v 1.6 1998/01/25 20:42:37 torstenb Exp DISTNAME= libident-0.22 @@ -6,6 +6,7 @@ CATEGORIES= security devel net MASTER_SITES= ftp://ftp.lysator.liu.se/pub/ident/libs/ MAINTAINER= packages@netbsd.org +COMMENT= Small library to interface to the ident protocol server (rfc1413) USE_LIBTOOL= # defined diff --git a/security/libident/pkg/COMMENT b/security/libident/pkg/COMMENT deleted file mode 100644 index 5a4c1c40311..00000000000 --- a/security/libident/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Small library to interface to the ident protocol server (rfc1413) |