summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/pam-saml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pam-saml/Makefile b/security/pam-saml/Makefile
index 7661eeddb8c..6947d4faf80 100644
--- a/security/pam-saml/Makefile
+++ b/security/pam-saml/Makefile
@@ -1,13 +1,13 @@
-# $NetBSD: Makefile,v 1.1.1.1 2009/09/13 19:57:51 manu Exp $
+# $NetBSD: Makefile,v 1.2 2009/12/03 18:44:54 joerg Exp $
#
PKGNAME= ${DISTNAME:S/crudesaml-/pam-saml-/}
COMMENT= Crude SAML assertion validator for bridging WebSSO and PAM
PKG_DESTDIR_SUPPORT= user-destdir
+INSTALLATION_DIRS= lib/security ${PKGMANDIR}/man5
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/lib/security
cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \
${INSTALL_PROGRAM} pam_saml.la ${DESTDIR}${PREFIX}/lib/security
${INSTALL_MAN} ${WRKSRC}/pam_saml.5 \