Date: Sun, 25 Feb 2024 13:20:01 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: a4a946768473 - main - security/fwknop: Moved man to share/man Message-ID: <202402251320.41PDK15v044108@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=a4a94676847342fc2fd6aecf625f8ec41af74309 commit a4a94676847342fc2fd6aecf625f8ec41af74309 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 12:56:43 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:19:41 +0000 security/fwknop: Moved man to share/man Approved by: portmgr (blanket) --- security/fwknop/Makefile | 3 ++- security/fwknop/pkg-plist | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/security/fwknop/Makefile b/security/fwknop/Makefile index 58004dfeaa53..be5c188d94f9 100644 --- a/security/fwknop/Makefile +++ b/security/fwknop/Makefile @@ -1,6 +1,6 @@ PORTNAME= fwknop PORTVERSION= 2.6.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -22,6 +22,7 @@ CPE_VENDOR= cipherdyne CONFLICTS_BUILD= fwknop-2.6.8_* GNU_CONFIGURE= yes +GNU_CONFIGURE_MANPREFIX=${PREFIX}/share INSTALL_TARGET= install-strip INFO= libfko diff --git a/security/fwknop/pkg-plist b/security/fwknop/pkg-plist index b504f3a3ddd9..e9aeafd3c388 100644 --- a/security/fwknop/pkg-plist +++ b/security/fwknop/pkg-plist @@ -6,6 +6,6 @@ lib/libfko.a lib/libfko.so lib/libfko.so.3 lib/libfko.so.3.0.0 -man/man8/fwknop.8.gz -man/man8/fwknopd.8.gz +share/man/man8/fwknop.8.gz +share/man/man8/fwknopd.8.gz sbin/fwknopd
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251320.41PDK15v044108>