pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/pam-ldap Cosmetic changes to align with Makef...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8a542329963a
branches: trunk
changeset: 483795:8a542329963a
user: jlam <jlam%pkgsrc.org@localhost>
date: Fri Nov 19 15:32:49 2004 +0000
description:
Cosmetic changes to align with Makefile.template.
diffstat:
security/pam-ldap/Makefile | 13 +++++++------
1 files changed, 7 insertions(+), 6 deletions(-)
diffs (36 lines):
diff -r b51e7216564d -r 8a542329963a security/pam-ldap/Makefile
--- a/security/pam-ldap/Makefile Fri Nov 19 15:05:12 2004 +0000
+++ b/security/pam-ldap/Makefile Fri Nov 19 15:32:49 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/10/03 00:18:12 tv Exp $
+# $NetBSD: Makefile,v 1.16 2004/11/19 15:32:49 jlam Exp $
#
DISTNAME= pam_ldap-150
@@ -11,13 +11,16 @@
HOMEPAGE= http://www.padl.com/pam_ldap.html
COMMENT= Pluggable authentication module for LDAP directories
-GNU_CONFIGURE= YES
-USE_BUILDLINK3= YES
+USE_BUILDLINK3= yes
+GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-ldap-lib=openldap
CONFIGURE_ARGS+= --with-ldap-dir=${BUILDLINK_PREFIX.openldap}
CONFIGURE_ARGS+= --with-ldap-conf-file=${BUILDLINK_PREFIX.pam}/etc/pam/ldap.conf
CONFIGURE_ARGS+= --sysconfdir=${BUILDLINK_PREFIX.pam}/etc/pam
-INSTALL_TARGET= install install-data
+INSTALL_TARGET= install install-data
+
+.include "../../databases/openldap/buildlink3.mk"
+.include "../../security/PAM/buildlink3.mk"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pam-ldap
@@ -25,6 +28,4 @@
cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${PREFIX}/share/doc/pam-ldap
.endfor
-.include "../../databases/openldap/buildlink3.mk"
-.include "../../security/PAM/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index