Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2022 21:18:41 GMT
From:      Cy Schubert <cy@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 79d3b2813a6c - stable/13 - share/mk heimdal: Remove unnecessary trailing backslash
Message-ID:  <202204072118.237LIfS3056721@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=79d3b2813a6ca34b5f41f4419ccd32dfb492bcea

commit 79d3b2813a6ca34b5f41f4419ccd32dfb492bcea
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-04-02 03:41:34 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-04-07 21:18:04 +0000

    share/mk heimdal: Remove unnecessary trailing backslash
    
    Remove the trailing backslash from the last list item. This is a NOP and
    never bothered anything because the next line was a blank line. Remove
    it for correctness sake.
    
    (cherry picked from commit db2d56ca01e8526ff077a7ecbfcaf9b3130f65b1)
---
 share/mk/local.dirdeps-options.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/share/mk/local.dirdeps-options.mk b/share/mk/local.dirdeps-options.mk
index 86d6f3530e23..9ad08a78cb19 100644
--- a/share/mk/local.dirdeps-options.mk
+++ b/share/mk/local.dirdeps-options.mk
@@ -13,7 +13,7 @@ DIRDEPS.KERBEROS_SUPPORT.yes+= \
 	kerberos5/lib/libhx509 \
 	kerberos5/lib/libkrb5 \
 	kerberos5/lib/libroken \
-	kerberos5/lib/libwind \
+	kerberos5/lib/libwind
 
 DIRDEPS.NIS.yes+= \
 	include/rpc \



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