1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

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
This commit is contained in:
Dima Panov 2024-11-13 03:47:13 +03:00
parent 8ad591d699
commit 7da7fa2d51
No known key found for this signature in database
GPG Key ID: FB8BA09DD5398F29

View File

@ -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