pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/openldap-nops Add missing man page



details:   https://anonhg.NetBSD.org/pkgsrc/rev/00a20dd239a6
branches:  trunk
changeset: 553853:00a20dd239a6
user:      manu <manu%pkgsrc.org@localhost>
date:      Sun Feb 01 08:05:06 2009 +0000

description:
Add missing man page

diffstat:

 databases/openldap-nops/MESSAGE  |  2 +-
 databases/openldap-nops/Makefile |  4 +++-
 databases/openldap-nops/PLIST    |  3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diffs (38 lines):

diff -r 450f96cb6afb -r 00a20dd239a6 databases/openldap-nops/MESSAGE
--- a/databases/openldap-nops/MESSAGE   Sun Feb 01 06:07:25 2009 +0000
+++ b/databases/openldap-nops/MESSAGE   Sun Feb 01 08:05:06 2009 +0000
@@ -1,5 +1,5 @@
 ===========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 2009/01/31 18:27:38 manu Exp $
+$NetBSD: MESSAGE,v 1.2 2009/02/01 08:05:06 manu Exp $
 
 Please note that this module require slapd to be built with dynamic
 module support. THis can be obtained by adding the following to mk.conf:
diff -r 450f96cb6afb -r 00a20dd239a6 databases/openldap-nops/Makefile
--- a/databases/openldap-nops/Makefile  Sun Feb 01 06:07:25 2009 +0000
+++ b/databases/openldap-nops/Makefile  Sun Feb 01 08:05:06 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/01/31 18:27:38 manu Exp $
+# $NetBSD: Makefile,v 1.2 2009/02/01 08:05:06 manu Exp $
 
 PKGNAME=               ${DISTNAME:S/-/-nops-/}
 COMMENT=               Remove null-ops for OpenLDAP
@@ -15,6 +15,8 @@
 
 do-install:
        ${INSTALL_LIB_DIR} ${PREFIX}/lib/openldap
+       ${INSTALL_MAN} ${WRKSRC}/contrib/slapd-modules/nops/slapo-nops.5\
+               ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5
        ${LIBTOOL} --mode=install                                       \
                   ${INSTALL_DATA}                                      \
                   ${WRKSRC}/contrib/slapd-modules/nops/nops.la         \
diff -r 450f96cb6afb -r 00a20dd239a6 databases/openldap-nops/PLIST
--- a/databases/openldap-nops/PLIST     Sun Feb 01 06:07:25 2009 +0000
+++ b/databases/openldap-nops/PLIST     Sun Feb 01 08:05:06 2009 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2009/01/31 18:27:38 manu Exp $
+@comment $NetBSD: PLIST,v 1.2 2009/02/01 08:05:06 manu Exp $
 lib/openldap/nops.a
 lib/openldap/nops.la
+man/man5/slapo-nops.5
 @dirrm lib/openldap



Home | Main Index | Thread Index | Old Index