pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/courier-authlib Remove unnecessary PLIST_SUBS...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d788ee05d080
branches:  trunk
changeset: 540918:d788ee05d080
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 10 20:56:33 2008 +0000

description:
Remove unnecessary PLIST_SUBST definition -- the PLIST is dynamic through
the use of AUTHLIB_PLIST, so we don't need to comment stuff out.

diffstat:

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

diffs (17 lines):

diff -r 1691387985ba -r d788ee05d080 security/courier-authlib/options.mk
--- a/security/courier-authlib/options.mk       Thu Apr 10 19:34:34 2008 +0000
+++ b/security/courier-authlib/options.mk       Thu Apr 10 20:56:33 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.11 2008/02/18 20:26:33 jlam Exp $
+# $NetBSD: options.mk,v 1.12 2008/04/10 20:56:33 jlam Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.courier-authlib
 PKG_SUPPORTED_OPTIONS= pam bdb ldap mysql pgsql
@@ -55,7 +55,6 @@
 AUTHLIB_PLIST+=                sbin/vchkpw2userdb
 .else
 CONFIGURE_ARGS+=       --without-authuserdb
-PLIST_SUBST+=          BDB="@comment "
 .endif
 
 ###



Home | Main Index | Thread Index | Old Index