Date: Sun, 21 Jan 2024 22:52:08 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: b0b15f99a240 - main - security/isal-kmod: Sanitize MANPREFIX Message-ID: <202401212252.40LMq8DX030125@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=b0b15f99a240955a8aabdbf2b07af8b9025c435e commit b0b15f99a240955a8aabdbf2b07af8b9025c435e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 22:45:53 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 22:51:36 +0000 security/isal-kmod: Sanitize MANPREFIX Approved by: portmgr (blanket) --- security/isal-kmod/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/security/isal-kmod/Makefile b/security/isal-kmod/Makefile index befec1fe072e..32a064b8cd7d 100644 --- a/security/isal-kmod/Makefile +++ b/security/isal-kmod/Makefile @@ -1,5 +1,6 @@ PORTNAME= isal DISTVERSION= g20220517 +PORTREVISION= 1 CATEGORIES= security PKGNAMESUFFIX= -kmod @@ -23,9 +24,9 @@ GH_TAGNAME= b9f0356 GH_TUPLE= intel:isa-l_crypto:v2.22.0:isal_crypto/isa-l_crypto PLIST_FILES= ${KMODDIR}/isal.ko \ - man/man4/isal.4.gz + share/man/man4/isal.4.gz post-install: - ${INSTALL_MAN} ${WRKSRC}/isal.4 ${STAGEDIR}${MANPREFIX}/man/man4/isal.4 + ${INSTALL_MAN} ${WRKSRC}/isal.4 ${STAGEDIR}${PREFIX}/share/man/man4/isal.4 .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212252.40LMq8DX030125>