diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 14:17:22 +0000 |
commit | 417e8bbabf32592822a77615f490f81af3c99be2 (patch) | |
tree | 85c7199ff66a23b0ef2222724c3c775b2e1defa5 /databases/openldap/Makefile | |
parent | 6c0ff6d2791c86527492513d3f40f5586041e81e (diff) | |
download | pkgsrc-417e8bbabf32592822a77615f490f81af3c99be2.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'databases/openldap/Makefile')
-rw-r--r-- | databases/openldap/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile index 01e294aa01f..ce9f2f48b6e 100644 --- a/databases/openldap/Makefile +++ b/databases/openldap/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2000/12/11 19:19:42 jlam Exp $ +# $NetBSD: Makefile,v 1.20 2001/02/16 14:17:29 wiz Exp $ # DISTNAME= openldap-1.2.11 @@ -8,6 +8,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.OpenLDAP.org/ +COMMENT= Lightweight directory access protocol server and client package # for the moment without threads and thus without slurpd and ldapd #DEPENDS+= ../../devel/mit-pthreads |