git: b0b15f99a240 - main - security/isal-kmod: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:52:08 UTC
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>