summaryrefslogtreecommitdiff
path: root/security/pam-saml
diff options
context:
space:
mode:
authorjoerg <joerg>2009-12-03 18:44:54 +0000
committerjoerg <joerg>2009-12-03 18:44:54 +0000
commitf5b28c007ebff102c20f5d34f47638e44b67de6f (patch)
tree571c19d1317f9cd72caa8f52d99759a18a8a6382 /security/pam-saml
parent08a7a336590880da2bcac7c927c0696d9e8fb9ab (diff)
downloadpkgsrc-f5b28c007ebff102c20f5d34f47638e44b67de6f.tar.gz
Fix destdir installation.
Diffstat (limited to 'security/pam-saml')
-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 \