pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/openssh Always add pam in PLIST_VARS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/20be652f8cda
branches:  trunk
changeset: 632441:20be652f8cda
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Mar 29 10:30:15 2014 +0000

description:
Always add pam in PLIST_VARS.

diffstat:

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

diffs (24 lines):

diff -r 85e434c5bf51 -r 20be652f8cda security/openssh/options.mk
--- a/security/openssh/options.mk       Sat Mar 29 10:25:19 2014 +0000
+++ b/security/openssh/options.mk       Sat Mar 29 10:30:15 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.28 2014/03/29 09:38:11 taca Exp $
+# $NetBSD: options.mk,v 1.29 2014/03/29 10:30:15 taca Exp $
 
 .include "../../mk/bsd.prefs.mk"
 
@@ -21,12 +21,13 @@
 PATCH_DIST_STRIP=      -p1
 .endif
 
+PLIST_VARS+=   pam
+
 .if !empty(PKG_OPTIONS:Mpam)
 .include "../../mk/pam.buildlink3.mk"
 CONFIGURE_ARGS+=       --with-pam
 MESSAGE_SRC+=          ${.CURDIR}/MESSAGE.pam
 MESSAGE_SUBST+=                EGDIR=${EGDIR}
-PLIST_VARS+=   pam
 .if ${OPSYS} == "Linux"
 PLIST.pam=     yes
 .endif



Home | Main Index | Thread Index | Old Index