Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Feb 2024 13:20:16 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 3873cddc78e2 - main - security/pks: Moved man to share/man
Message-ID:  <202402251320.41PDKGXT050591@gitrepo.freebsd.org>

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

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

commit 3873cddc78e222be9c04d3bf9427e95109ef79d2
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-02-25 13:13:51 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-02-25 13:19:51 +0000

    security/pks: Moved man to share/man
    
    Approved by:    portmgr (blanket)
---
 security/pks/Makefile  |  3 ++-
 security/pks/pkg-plist | 16 ++++++++--------
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/security/pks/Makefile b/security/pks/Makefile
index 8438a93303f5..bae5239451fc 100644
--- a/security/pks/Makefile
+++ b/security/pks/Makefile
@@ -1,6 +1,6 @@
 PORTNAME=	pks
 PORTVERSION=	0.9.6.20040312
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	security www
 MASTER_SITES=	http://pks.sourceforge.net/ LOCAL/mandree
 DISTFILES=	pks-current.tgz
@@ -18,6 +18,7 @@ USE_RC_SUBR=	pksd
 WRKSRC=		${WRKDIR}/${PORTNAME}
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--datadir=${DATADIR} \
 		--localstatedir=/var/pks \
 		--with-db --with-ipv6 --with-libwrap \
diff --git a/security/pks/pkg-plist b/security/pks/pkg-plist
index a74ab5171c51..79decf9db7be 100644
--- a/security/pks/pkg-plist
+++ b/security/pks/pkg-plist
@@ -8,14 +8,14 @@ bin/pksdctl
 %%DATADIR%%/mail_intro
 %%DATADIR%%/pks-commands.html
 %%DATADIR%%/pks-commands.php
-man/man5/pksd.conf.5.gz
-man/man8/pgpsplit.8.gz
-man/man8/pks-intro.8.gz
-man/man8/pks-mail.sh.8.gz
-man/man8/pks-queue-run.sh.8.gz
-man/man8/pksclient.8.gz
-man/man8/pksd.8.gz
-man/man8/pksdctl.8.gz
+share/man/man5/pksd.conf.5.gz
+share/man/man8/pgpsplit.8.gz
+share/man/man8/pks-intro.8.gz
+share/man/man8/pks-mail.sh.8.gz
+share/man/man8/pks-queue-run.sh.8.gz
+share/man/man8/pksclient.8.gz
+share/man/man8/pksd.8.gz
+share/man/man8/pksdctl.8.gz
 /var/pks/index.html
 @dir /var/pks/db
 @dir /var/pks/incoming



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