Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 20:23:29 GMT
From:      Nuno Teixeira <eduardo@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: cf65e40ffc72 - main - security/pcsc-tools: Move man pages to share/man
Message-ID:  <202403212023.42LKNTSV063138@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by eduardo:

URL: https://cgit.FreeBSD.org/ports/commit/?id=cf65e40ffc7253efc066c9a6e11f112d3957ad0f

commit cf65e40ffc7253efc066c9a6e11f112d3957ad0f
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 18:23:32 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 20:22:58 +0000

    security/pcsc-tools: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/pcsc-tools/Makefile  | 2 ++
 security/pcsc-tools/pkg-plist | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/security/pcsc-tools/Makefile b/security/pcsc-tools/Makefile
index c997e9d3cbe8..a8cd0ed1d33d 100644
--- a/security/pcsc-tools/Makefile
+++ b/security/pcsc-tools/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	pcsc-tools
 PORTVERSION=	1.7.0
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	https://pcsc-tools.apdu.fr/
 
@@ -16,5 +17,6 @@ RUN_DEPENDS=	p5-PCSC-Card>=0:devel/p5-PCSC-Card \
 USES=		gmake pkgconfig tar:bzip2 gettext-tools
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 
 .include <bsd.port.mk>
diff --git a/security/pcsc-tools/pkg-plist b/security/pcsc-tools/pkg-plist
index 85727e0ca4cc..44c500978108 100644
--- a/security/pcsc-tools/pkg-plist
+++ b/security/pcsc-tools/pkg-plist
@@ -2,12 +2,12 @@ bin/pcsc_scan
 bin/ATR_analysis
 bin/gscriptor
 bin/scriptor
-man/man1/ATR_analysis.1p.gz
-man/man1/gscriptor.1p.gz
-man/man1/pcsc_scan.1.gz
-man/man1/scriptor.1p.gz
 share/applications/gscriptor.desktop
 share/locale/fr/LC_MESSAGES/pcsc-tools.mo
 share/locale/ru/LC_MESSAGES/pcsc-tools.mo
+share/man/man1/ATR_analysis.1p.gz
+share/man/man1/gscriptor.1p.gz
+share/man/man1/pcsc_scan.1.gz
+share/man/man1/scriptor.1p.gz
 share/pcsc/smartcard_list.txt
 share/pcsc/gscriptor.png



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403212023.42LKNTSV063138>