Date: Sun, 25 Feb 2024 13:20:03 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: 47d932716260 - main - security/intel-ipsec-mb: Moved man to share/man Message-ID: <202402251320.41PDK3Pv044663@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=47d9327162601737f84c3e9e3e5eb9045c855400 commit 47d9327162601737f84c3e9e3e5eb9045c855400 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-02-25 13:02:04 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-02-25 13:19:43 +0000 security/intel-ipsec-mb: Moved man to share/man Approved by: portmgr (blanket) --- security/intel-ipsec-mb/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/security/intel-ipsec-mb/Makefile b/security/intel-ipsec-mb/Makefile index 59e0d3666af1..3a54fbaa4320 100644 --- a/security/intel-ipsec-mb/Makefile +++ b/security/intel-ipsec-mb/Makefile @@ -1,6 +1,7 @@ PORTNAME= intel-ipsec-mb DISTVERSIONPREFIX= v DISTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= security PATCH_SITES= https://github.com/intel/${PORTNAME}/commit/ @@ -22,14 +23,16 @@ USE_GITHUB= yes GH_ACCOUNT= intel USE_LDCONFIG= yes +CMAKE_ARGS= -DMAN_INSTALL_DIR:PATH=${PREFIX}/share/man/man7 + TEST_TARGET= test PLIST_FILES= include/intel-ipsec-mb.h \ lib/libIPSec_MB.so \ lib/libIPSec_MB.so.1 \ lib/libIPSec_MB.so.${DISTVERSION}.0 \ - man/man7/libipsec-mb-dev.7.gz \ - man/man7/libipsec-mb.7.gz + share/man/man7/libipsec-mb-dev.7.gz \ + share/man/man7/libipsec-mb.7.gz OPTIONS_DEFINE= AESNIEMU
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202402251320.41PDK3Pv044663>