diff options
author | rillig <rillig@pkgsrc.org> | 2019-10-12 20:47:00 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2019-10-12 20:47:00 +0000 |
commit | aad031f2db391572aa22377007d58614063bd392 (patch) | |
tree | 3190fe47e568548079c351a55c2e87782ef3e016 /security | |
parent | d79ba4511640a07e600dacd483b57b3c9f1c439d (diff) | |
download | pkgsrc-aad031f2db391572aa22377007d58614063bd392.tar.gz |
security/pyca: fix location of HTML documentation
Diffstat (limited to 'security')
-rw-r--r-- | security/pyca/Makefile | 14 | ||||
-rw-r--r-- | security/pyca/PLIST | 42 |
2 files changed, 28 insertions, 28 deletions
diff --git a/security/pyca/Makefile b/security/pyca/Makefile index 30e0b6a2951..5526cbfda78 100644 --- a/security/pyca/Makefile +++ b/security/pyca/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2019/04/25 07:33:17 maya Exp $ +# $NetBSD: Makefile,v 1.25 2019/10/12 20:47:00 rillig Exp $ # Date-based distfile name for pre-releases leading to 0.6.6. DISTNAME= pyca-20031118 PKGNAME= ${DISTNAME:S/pyca-/pyca-0.6.6./} -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= security python #MASTER_SITES= http://www.pyca.de/download/ MAINTAINER= pkgsrc-users@NetBSD.org -#HOMEPAGE= http://www.pyca.de/ +HOMEPAGE= https://www.pyca.de/2017/12/31/pyca-x-509-ca/ COMMENT= Administration tools for X.509/PKIX CA LICENSE= gnu-gpl-v2 @@ -32,7 +32,7 @@ PYCA_SCRIPT_FIXUP_SED= \ -e "s|/home/.*/pylib|${PREFIX}/lib/pyca|g" INSTALLATION_DIRS= bin lib/pyca/openssl libexec/cgi-bin sbin \ - share/doc/html/pyca/help share/doc/html/pyca/ssi \ + share/doc/pyca/help share/doc/pyca/ssi \ share/examples/pyca pyca-script-fixup: @@ -64,13 +64,13 @@ do-install: ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/examples/pyca; \ done cd ${WRKSRC}; for file in htdocs/*.html; do \ - ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/pyca; \ done cd ${WRKSRC}; for file in htdocs/help/*; do \ - ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/help; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/pyca/help; \ done cd ${WRKSRC}; for file in htdocs/ssi/*.html; do \ - ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/html/pyca/ssi; \ + ${INSTALL_DATA} $${file} ${DESTDIR}${PREFIX}/share/doc/pyca/ssi; \ done .include "../../lang/python/application.mk" diff --git a/security/pyca/PLIST b/security/pyca/PLIST index 7aaa71ed5cd..ec784c44cd8 100644 --- a/security/pyca/PLIST +++ b/security/pyca/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/10/29 08:27:37 obache Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/10/12 20:47:00 rillig Exp $ bin/ca2ldif.py bin/certs2ldap.py bin/copy-cacerts.py @@ -35,26 +35,26 @@ sbin/ca-cycle-pub.py sbin/ca-make.py sbin/ca-revoke.py sbin/pickle-cnf.py -share/doc/html/pyca/changes.html -share/doc/html/pyca/config.html -share/doc/html/pyca/demo.html -share/doc/html/pyca/download.html -share/doc/html/pyca/faq.html -share/doc/html/pyca/features.html -share/doc/html/pyca/feedback.html -share/doc/html/pyca/files.html -share/doc/html/pyca/help/client-enroll.html.de -share/doc/html/pyca/help/client-enroll.html.en -share/doc/html/pyca/install.html -share/doc/html/pyca/news.html -share/doc/html/pyca/overview.html -share/doc/html/pyca/pyca.html -share/doc/html/pyca/related.html -share/doc/html/pyca/roadmap.html -share/doc/html/pyca/security.html -share/doc/html/pyca/ssi/footer.html -share/doc/html/pyca/ssi/head.html -share/doc/html/pyca/ssi/navigation.html +share/doc/pyca/changes.html +share/doc/pyca/config.html +share/doc/pyca/demo.html +share/doc/pyca/download.html +share/doc/pyca/faq.html +share/doc/pyca/features.html +share/doc/pyca/feedback.html +share/doc/pyca/files.html +share/doc/pyca/help/client-enroll.html.de +share/doc/pyca/help/client-enroll.html.en +share/doc/pyca/install.html +share/doc/pyca/news.html +share/doc/pyca/overview.html +share/doc/pyca/pyca.html +share/doc/pyca/related.html +share/doc/pyca/roadmap.html +share/doc/pyca/security.html +share/doc/pyca/ssi/footer.html +share/doc/pyca/ssi/head.html +share/doc/pyca/ssi/navigation.html share/examples/pyca/cacert_AuthCerts.cnf share/examples/pyca/cacert_CodeSigning.cnf share/examples/pyca/cacert_EmailCerts.cnf |