git: 7da7fa2d5181 - main - security/linux-rl9-p11-kit: fix ARCH handling (+)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Nov 2024 00:50:55 UTC
The branch main has been updated by fluffy: URL: https://cgit.FreeBSD.org/ports/commit/?id=7da7fa2d5181a153a212112690b119cabdd07883 commit 7da7fa2d5181a153a212112690b119cabdd07883 Author: Dima Panov <fluffy@FreeBSD.org> AuthorDate: 2024-11-13 00:47:13 +0000 Commit: Dima Panov <fluffy@FreeBSD.org> CommitDate: 2024-11-13 00:50:44 +0000 security/linux-rl9-p11-kit: fix ARCH handling (+) Obliviously I forgot to include corresponding .mk before use ARCH macro Reported by: dvl Sponsored by: Future Crew, LLC --- security/linux-rl9-p11-kit/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/linux-rl9-p11-kit/Makefile b/security/linux-rl9-p11-kit/Makefile index 08ca29d93d22..cece3732ae2d 100644 --- a/security/linux-rl9-p11-kit/Makefile +++ b/security/linux-rl9-p11-kit/Makefile @@ -22,6 +22,8 @@ DESCR= ${PORTSDIR}/${PKGCATEGORY}/${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes +.include <bsd.port.options.mk> + post-install: ${RLN} ${STAGEDIR}${PREFIX}/usr/lib64/pkcs11/p11-kit-trust.so ${STAGEDIR}${PREFIX}/usr/lib64/libnssckbi.so .if ${ARCH} == amd64