Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Mar 2024 20:23:23 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: 9d58ad13bb3e - main - security/openconnect: Move man pages to share/man
Message-ID:  <202403212023.42LKNNIR062907@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=9d58ad13bb3e41a5ad930194a0d2ab5df6c8d839

commit 9d58ad13bb3e41a5ad930194a0d2ab5df6c8d839
Author:     Nuno Teixeira <eduardo@FreeBSD.org>
AuthorDate: 2024-03-21 17:58:11 +0000
Commit:     Nuno Teixeira <eduardo@FreeBSD.org>
CommitDate: 2024-03-21 20:22:57 +0000

    security/openconnect: Move man pages to share/man
    
    Approved by:    portmgr (blanket)
---
 security/openconnect/Makefile  | 2 ++
 security/openconnect/pkg-plist | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/security/openconnect/Makefile b/security/openconnect/Makefile
index 03af6d07b323..b02d8502b1d3 100644
--- a/security/openconnect/Makefile
+++ b/security/openconnect/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	openconnect
 PORTVERSION=	9.12
+PORTREVISION=	1
 CATEGORIES=	security net-vpn
 MASTER_SITES=	ftp://ftp.infradead.org/pub/openconnect/ \
 		ZI
@@ -15,6 +16,7 @@ LIB_DEPENDS=	libxml2.so:textproc/libxml2
 RUN_DEPENDS=	vpnc-script:sysutils/vpnc-scripts
 
 GNU_CONFIGURE=	yes
+GNU_CONFIGURE_MANPREFIX=	${PREFIX}/share
 CONFIGURE_ARGS=	--disable-nls --with-vpnc-script=${LOCALBASE}/sbin/vpnc-script \
 		--with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \
 		--without-openssl-version-check --without-libpcsclite \
diff --git a/security/openconnect/pkg-plist b/security/openconnect/pkg-plist
index a024ef8bf3b7..508c4ae40d58 100644
--- a/security/openconnect/pkg-plist
+++ b/security/openconnect/pkg-plist
@@ -9,6 +9,6 @@ libexec/openconnect/hipreport-android.sh
 libexec/openconnect/hipreport.sh
 libexec/openconnect/tncc-emulate.py
 libexec/openconnect/tncc-wrapper.py
-man/man8/openconnect.8.gz
 sbin/openconnect
 share/bash-completion/completions/openconnect
+share/man/man8/openconnect.8.gz



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