summaryrefslogtreecommitdiff
path: root/security/libident
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-17 17:42:09 +0000
committerwiz <wiz>2001-02-17 17:42:09 +0000
commit4e3547de3bbe9aae985ad91f7aae76896b121cf0 (patch)
tree926bbe6e07ce5aedfc0884e098d71275e74392c9 /security/libident
parent26730104be8e403eeb8a7ec5ff7903af6ee1418c (diff)
downloadpkgsrc-4e3547de3bbe9aae985ad91f7aae76896b121cf0.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/Makefile3
-rw-r--r--security/libident/pkg/COMMENT1
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)