fix pkg-plist when WITHOUT_PAM is defined

This commit is contained in:
Oliver Lehmann 2003-12-31 00:45:55 +00:00
parent 401acbd54f
commit 74a9a2648e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=96977
2 changed files with 4 additions and 1 deletions

View File

@ -124,8 +124,10 @@ PLIST_SUB+= AUTHDFLAG="@comment "
.if !defined(WITHOUT_PAM)
CONFIGURE_ARGS+=--with-authpam
PLIST_SUB+= PAMFLAG="" PWDFLAG="@comment "
.else
CONFIGURE_ARGS+=--without-authpam
PLIST_SUB+= PAMFLAG="@comment " PWDFLAG=""
.endif
.if !defined(WITH_CRAM)

View File

@ -27,7 +27,8 @@ bin/pop3d
%%MYSQLFLAG%%%%LIBEXECDIR%%/authlib/authdaemond.mysql
%%PGSQLFLAG%%%%LIBEXECDIR%%/authlib/authdaemond.pgsql
%%AUTHDFLAG%%%%LIBEXECDIR%%/authlib/authdaemond.plain
%%LIBEXECDIR%%/authlib/authpam
%%PAMFLAG%%%%LIBEXECDIR%%/authlib/authpam
%%PWDFLAG%%%%LIBEXECDIR%%/authlib/authpwd
%%LIBEXECDIR%%/authlib/authuserdb
%%VPOPMAILFLAG%%%%LIBEXECDIR%%/authlib/authvchkpw
%%LIBEXECDIR%%/courierlogger