diff options
author | jlam <jlam@pkgsrc.org> | 2008-04-10 20:56:33 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2008-04-10 20:56:33 +0000 |
commit | ba8d4b3c72bce680a9ae60c31ba7808b7cd372b6 (patch) | |
tree | ad971a5302707cb3fe82de784377306415b6c79c /security | |
parent | 571e156b820ee929daf0b226bb125cafa6e87c13 (diff) | |
download | pkgsrc-ba8d4b3c72bce680a9ae60c31ba7808b7cd372b6.tar.gz |
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 (limited to 'security')
-rw-r--r-- | security/courier-authlib/options.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/security/courier-authlib/options.mk b/security/courier-authlib/options.mk index bb3e0a53b49..8aabccbe7f0 100644 --- a/security/courier-authlib/options.mk +++ b/security/courier-authlib/options.mk @@ -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/userdbpw AUTHLIB_PLIST+= sbin/vchkpw2userdb .else CONFIGURE_ARGS+= --without-authuserdb -PLIST_SUBST+= BDB="@comment " .endif ### |