pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk Rewrote the header comment.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c5e08962bc25
branches:  trunk
changeset: 532232:c5e08962bc25
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Aug 14 17:48:53 2007 +0000

description:
Rewrote the header comment.

diffstat:

 mk/pam.buildlink3.mk |  34 +++++++++++++++++++++++-----------
 1 files changed, 23 insertions(+), 11 deletions(-)

diffs (51 lines):

diff -r 520c49892f9e -r c5e08962bc25 mk/pam.buildlink3.mk
--- a/mk/pam.buildlink3.mk      Tue Aug 14 17:19:20 2007 +0000
+++ b/mk/pam.buildlink3.mk      Tue Aug 14 17:48:53 2007 +0000
@@ -1,24 +1,36 @@
-# $NetBSD: pam.buildlink3.mk,v 1.8 2006/11/04 22:18:58 rillig Exp $
+# $NetBSD: pam.buildlink3.mk,v 1.9 2007/08/14 17:48:53 rillig Exp $
 #
 # This Makefile fragment is meant to be included by packages that
-# require a PAM implementation.  pam.buildlink3.mk will:
+# require a PAM implementation.
+#
+# User-settable variables:
 #
-#      * set PAMBASE to the base directory of the PAM files;
-#      * set PAM_TYPE to the PAM implementation used.
+# PAM_DEFAULT
+#      The preferred PAM implementation.
+#
+#      Possible: linux-pam openpam solaris-pam
+#      Default: (from the base system, fallback: linux-pam)
+#
+# Package-settable variables:
 #
-# There are two variables that can be used to tweak the selection of
-# the PAM implementation:
+# PAM_ACCEPTED
+#      The PAM implementations that this package can use.
+#
+#      Possible: (see PAM_DEFAULT)
+#      Default: all
 #
-# PAM_DEFAULT is a user-settable variable whose value is the default
-#      PAM implementation to use.
+# System-provided variables:
 #
-# PAM_ACCEPTED is a package-settable list of PAM implementations
-#      that may be used by the package.
+# PAM_TYPE
+#      The PAM implementation that will be used for this package.
+#
+# PAMBASE
+#      The directory where the PAM implementation is installed.
 #
 
 PAM_BUILDLINK3_MK:=    ${PAM_BUILDLINK3_MK}+
 
-.include "../../mk/bsd.prefs.mk"
+.include "${.PARSEDIR}/bsd.fast.prefs.mk"
 
 .if !empty(PAM_BUILDLINK3_MK:M+)
 #



Home | Main Index | Thread Index | Old Index