pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/pam-saml Fix destdir installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c953ea450728
branches:  trunk
changeset: 568089:c953ea450728
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 03 18:44:54 2009 +0000

description:
Fix destdir installation.

diffstat:

 security/pam-saml/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 924ea88c3cc7 -r c953ea450728 security/pam-saml/Makefile
--- a/security/pam-saml/Makefile        Thu Dec 03 18:41:50 2009 +0000
+++ b/security/pam-saml/Makefile        Thu Dec 03 18:44:54 2009 +0000
@@ -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 \



Home | Main Index | Thread Index | Old Index