Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 Mar 2024 08:21:14 GMT
From:      Gleb Popov <arrowd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7079add8dda0 - main - security/openiked: Move manpages to share/man
Message-ID:  <202403270821.42R8LEGW090552@gitrepo.freebsd.org>

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

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

commit 7079add8dda047cdc2c43209e3448abb7e7fcddc
Author:     Gleb Popov <arrowd@FreeBSD.org>
AuthorDate: 2024-03-27 08:19:40 +0000
Commit:     Gleb Popov <arrowd@FreeBSD.org>
CommitDate: 2024-03-27 08:19:40 +0000

    security/openiked: Move manpages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/openiked/Makefile  | 2 ++
 security/openiked/pkg-plist | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/security/openiked/Makefile b/security/openiked/Makefile
index d4d1b8d516fb..4e5ee3b35455 100644
--- a/security/openiked/Makefile
+++ b/security/openiked/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openiked
 PORTVERSION=	2.2
+PORTREVISION=	1
 CATEGORIES=	security net
 
 MAINTAINER=	marcel@FreeBSD.org
@@ -22,6 +23,7 @@ USERS=		_iked
 GROUPS=		_iked
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
 INSTALL_TARGET=	install-strip
 CONFIGURE_ARGS=	--with-libevent-dir=${PREFIX} --with-mantype=man
 
diff --git a/security/openiked/pkg-plist b/security/openiked/pkg-plist
index 42f2b0a0ba38..d0b202daae26 100644
--- a/security/openiked/pkg-plist
+++ b/security/openiked/pkg-plist
@@ -1,10 +1,10 @@
 @sample etc/ikeca.cnf.sample
 @sample etc/iked.conf.sample
-man/man5/iked.conf.5.gz
-man/man8/ikectl.8.gz
-man/man8/iked.8.gz
 sbin/ikectl
 sbin/iked
+share/man/man5/iked.conf.5.gz
+share/man/man8/ikectl.8.gz
+share/man/man8/iked.8.gz
 @dir etc/iked/ca
 @dir etc/iked/certs
 @dir etc/iked/crls



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