Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2024 21:40:39 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: 51abd9e2d834 - main - net/rpki-client: Moved man to share/man
Message-ID:  <202401302140.40ULedjt050858@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=51abd9e2d83410ec7770814c793ae2c7117003b6

commit 51abd9e2d83410ec7770814c793ae2c7117003b6
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-30 21:20:03 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-30 21:39:25 +0000

    net/rpki-client: Moved man to share/man
---
 net/rpki-client/Makefile  | 2 ++
 net/rpki-client/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/net/rpki-client/Makefile b/net/rpki-client/Makefile
index 73fe01941746..06da3791b0a9 100644
--- a/net/rpki-client/Makefile
+++ b/net/rpki-client/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	rpki-client
 DISTVERSION=	8.8
+PORTREVISION=	1
 CATEGORIES=	net
 MASTER_SITES=	OPENBSD
 MASTER_SITE_SUBDIR=rpki-client
@@ -18,6 +19,7 @@ RUN_DEPENDS=	rsync>0:net/rsync
 USES=		autoreconf:build libtool pkgconfig ssl
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 CONFIGURE_ARGS=	--with-libtls=libtls
 
 USERS=		_rpki-client
diff --git a/net/rpki-client/pkg-plist b/net/rpki-client/pkg-plist
index 023ff9adbcb0..cc0d640e36fe 100644
--- a/net/rpki-client/pkg-plist
+++ b/net/rpki-client/pkg-plist
@@ -7,7 +7,7 @@ etc/rpki/lacnic.constraints
 etc/rpki/lacnic.tal
 etc/rpki/ripe.constraints
 etc/rpki/ripe.tal
-man/man8/rpki-client.8.gz
+share/man/man8/rpki-client.8.gz
 sbin/rpki-client
 @dir(%%USERS%%,,0755) /var/cache/rpki-client
 @dir(%%USERS%%,,0755) /var/db/rpki-client



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