diff options
author | joerg <joerg@pkgsrc.org> | 2009-10-07 17:39:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-10-07 17:39:41 +0000 |
commit | 07c60c8e6cbe66170646085e717027aa461e1050 (patch) | |
tree | 244ce77b30a0725579dbc6d9a7b55f4d03ea4f68 /security | |
parent | 23da08e7be71b4355ab720d6217462b68c5faeec (diff) | |
download | pkgsrc-07c60c8e6cbe66170646085e717027aa461e1050.tar.gz |
Fix DESTDIR build
Diffstat (limited to 'security')
-rw-r--r-- | security/cy2-saml/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/security/cy2-saml/Makefile b/security/cy2-saml/Makefile index 58b0f22a7df..cfd40441d62 100644 --- a/security/cy2-saml/Makefile +++ b/security/cy2-saml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/09/13 19:57:36 manu Exp $ +# $NetBSD: Makefile,v 1.2 2009/10/07 17:39:41 joerg Exp $ # PKGNAME= ${DISTNAME:S/crudesaml-/cy2-saml-/} @@ -8,10 +8,11 @@ PLUGINDIR= ${PREFIX}/lib/sasl2 PKG_DESTDIR_SUPPORT= user-destdir +INSTALLATION_DIRS= ${PKGMANDIR}/man5 ${PLUGINDIR} + do-install: - ${INSTALL_DATA_DIR} ${DESTDIR}${PLUGINDIR} - cd ${WRKSRC} && ${SHLIBTOOL} --mode=install \ - ${INSTALL_PROGRAM} libsaml.la ${DESTDIR}${PLUGINDIR} + ${SHLIBTOOL} --mode=install \ + ${INSTALL_PROGRAM} ${WRKSRC}/libsaml.la ${DESTDIR}${PLUGINDIR} ${INSTALL_MAN} ${WRKSRC}/cy2_saml.5 \ ${DESTDIR}${PREFIX}/${PKGMANDIR}/man5 |