pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/ca-certificates Use PKGMANDIR
details: https://anonhg.NetBSD.org/pkgsrc/rev/da9b3f54a2f1
branches: trunk
changeset: 440574:da9b3f54a2f1
user: kim <kim%pkgsrc.org@localhost>
date: Mon Oct 12 21:52:30 2020 +0000
description:
Use PKGMANDIR
diffstat:
security/ca-certificates/Makefile | 7 ++++---
security/ca-certificates/PLIST | 4 ++--
2 files changed, 6 insertions(+), 5 deletions(-)
diffs (38 lines):
diff -r 2cb80e1107b2 -r da9b3f54a2f1 security/ca-certificates/Makefile
--- a/security/ca-certificates/Makefile Mon Oct 12 21:51:57 2020 +0000
+++ b/security/ca-certificates/Makefile Mon Oct 12 21:52:30 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2020/06/08 09:55:36 kim Exp $
+# $NetBSD: Makefile,v 1.3 2020/10/12 21:52:30 kim Exp $
PKGNAME= ca-certificates-20200601
-DISTNAME= ${PKGNAME:C/-([^-]*)$/_\1/}
+PKGREVISION= 1
+DISTNAME= ${PKGNAME_NOREV:C/-([^-]*)$/_\1/}
CATEGORIES= security
MASTER_SITES= http://deb.debian.org/debian/pool/main/c/ca-certificates/
EXTRACT_SUFX= .tar.xz
@@ -20,7 +21,7 @@
DATADIR= ${PREFIX}/share/${PKGBASE}
DOCDIR= ${PREFIX}/share/doc/${PKGBASE}
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
-MANDIR= ${PREFIX}/share/man/man8
+MANDIR= ${PREFIX}/${PKGMANDIR}/man8
# Set paths depending on whether we depend on builtin or pkgsrc
# openssl. \todo Arguably, we should consider installing into both
diff -r 2cb80e1107b2 -r da9b3f54a2f1 security/ca-certificates/PLIST
--- a/security/ca-certificates/PLIST Mon Oct 12 21:51:57 2020 +0000
+++ b/security/ca-certificates/PLIST Mon Oct 12 21:52:30 2020 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/08 09:55:36 kim Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/10/12 21:52:30 kim Exp $
+man/man8/update-ca-certificates.8
sbin/update-ca-certificates
share/ca-certificates/mozilla/ACCVRAIZ1.crt
share/ca-certificates/mozilla/AC_RAIZ_FNMT-RCM.crt
@@ -130,4 +131,3 @@
share/doc/ca-certificates/README.source
share/doc/ca-certificates/changelog
share/examples/ca-certificates/ca-certificates.conf
-share/man/man8/update-ca-certificates.8
Home |
Main Index |
Thread Index |
Old Index