Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Apr 2022 21:20:46 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: 8f89382e0fd6 - stable/12 - share/mk heimdal: Remove unnecessary trailing backslash
Message-ID:  <202204072120.237LKkHw066029@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=8f89382e0fd6346c43a0b149462f52d87f40f818

commit 8f89382e0fd6346c43a0b149462f52d87f40f818
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:20:34 +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 67b30f351f9f..5779f80bfe43 100644
--- a/share/mk/local.dirdeps-options.mk
+++ b/share/mk/local.dirdeps-options.mk
@@ -14,7 +14,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?202204072120.237LKkHw066029>