diff options
author | jlam <jlam@pkgsrc.org> | 2004-11-19 15:32:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-11-19 15:32:49 +0000 |
commit | 789cdae3164e10e4d2f87f233f3510e4bb7cc06f (patch) | |
tree | 52a34c2f2631e47eefdf41d11319ea1fdeb0719e /security/pam-ldap | |
parent | c6f3c1648fe7a0253637e84859d34789df7207f4 (diff) | |
download | pkgsrc-789cdae3164e10e4d2f87f233f3510e4bb7cc06f.tar.gz |
Cosmetic changes to align with Makefile.template.
Diffstat (limited to 'security/pam-ldap')
-rw-r--r-- | security/pam-ldap/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/security/pam-ldap/Makefile b/security/pam-ldap/Makefile index fe39ebddd53..5d0c61688bd 100644 --- a/security/pam-ldap/Makefile +++ b/security/pam-ldap/Makefile @@ -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 @@ MAINTAINER= rh@NetBSD.org 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 @@ post-install: 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" |