pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Only install the authldap.sch...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7d402312e650
branches:  trunk
changeset: 502615:7d402312e650
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Nov 07 16:43:49 2005 +0000

description:
Only install the authldap.schema file if the "ldap" package option is
specified.

diffstat:

 security/courier-authlib/Makefile   |  3 +--
 security/courier-authlib/options.mk |  3 ++-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 993d7186a6b4 -r 7d402312e650 security/courier-authlib/Makefile
--- a/security/courier-authlib/Makefile Mon Nov 07 15:48:16 2005 +0000
+++ b/security/courier-authlib/Makefile Mon Nov 07 16:43:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2005/08/11 00:03:16 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2005/11/07 16:43:49 jlam Exp $
 
 .include "Makefile.common"
 
@@ -91,7 +91,6 @@
 post-install-common:
        ${INSTALL_DATA_DIR} ${EGDIR}
        ${INSTALL_SCRIPT} ${WRKSRC}/makedat/makedat ${PREFIX}/bin
-       ${INSTALL_DATA} ${WRKSRC}/authldap.schema ${EGDIR}
        ${INSTALL_SCRIPT} ${WRKSRC}/sysconftool ${PREFIX}/sbin
        ${INSTALL_DATA_DIR} ${DOCDIR}
        ${INSTALL_DATA} ${WRKSRC}/INSTALL.html ${DOCDIR}
diff -r 993d7186a6b4 -r 7d402312e650 security/courier-authlib/options.mk
--- a/security/courier-authlib/options.mk       Mon Nov 07 15:48:16 2005 +0000
+++ b/security/courier-authlib/options.mk       Mon Nov 07 16:43:49 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2005/08/11 00:03:16 jlam Exp $
+# $NetBSD: options.mk,v 1.7 2005/11/07 16:43:49 jlam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.courier-authlib
 PKG_SUPPORTED_OPTIONS= pam bdb ldap mysql pgsql
@@ -75,6 +75,7 @@
        ${CHOWN} ${SHAREOWN}:${SHAREGRP} ${EGDIR}/authldaprc.dist
        ${CHMOD} ${SHAREMODE} ${EGDIR}/authldaprc.dist
        ${INSTALL_DATA} ${WRKSRC}/README.ldap ${DOCDIR}
+       ${INSTALL_DATA} ${WRKSRC}/authldap.schema ${EGDIR}
 .else
 CONFIGURE_ARGS+=       --without-authldap
 .endif



Home | Main Index | Thread Index | Old Index