Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Oct 2023 02:01:15 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: f5fa6e9859a2 - main - security/libfido2: Use tab instead of space
Message-ID:  <202310050201.39521F7p055135@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=f5fa6e9859a22591038ad8d2a36083abe0e19b01

commit f5fa6e9859a22591038ad8d2a36083abe0e19b01
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-10-05 01:55:46 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-10-05 02:00:13 +0000

    security/libfido2: Use tab instead of space
---
 security/libfido2/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/libfido2/Makefile b/security/libfido2/Makefile
index 021bde1de920..2217d26fe805 100644
--- a/security/libfido2/Makefile
+++ b/security/libfido2/Makefile
@@ -25,7 +25,7 @@ OPTIONS_DEFINE=	DOCS
 
 # Skip libcrypto.pc while using OpenSSL from base system on older FreeBSD versions which does not skip this file
 .if ${SSL_DEFAULT} == base && !exists(/usr/libdata/pkgconfig/libcrypto.pc)
-EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-openssl
+EXTRA_PATCHES+=	${PATCHDIR}/extra-patch-openssl
 .endif
 
 .if ${SSL_DEFAULT} == openssl30



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310050201.39521F7p055135>