The branch main has been updated by dim:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=9917049b60f7cf7345a09d2bc22d51764a477984

commit 9917049b60f7cf7345a09d2bc22d51764a477984
Author:     Dimitry Andric <[email protected]>
AuthorDate: 2022-07-16 15:45:26 +0000
Commit:     Dimitry Andric <[email protected]>
CommitDate: 2022-07-16 15:45:26 +0000

    WPA_DISTDIR does not need to end in a slash
    
    Since all uses of the macro also append a slash, this leads to double
    slashes.
    
    MFC after:      3 days
---
 usr.sbin/wpa/Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/usr.sbin/wpa/Makefile.inc b/usr.sbin/wpa/Makefile.inc
index d35fe520b532..d674d3ae5fd2 100644
--- a/usr.sbin/wpa/Makefile.inc
+++ b/usr.sbin/wpa/Makefile.inc
@@ -6,7 +6,7 @@ BINDIR?=        /usr/sbin
 
 WARNS?=                0
 
-WPA_DISTDIR?=          ${SRCTOP}/contrib/wpa/
+WPA_DISTDIR?=          ${SRCTOP}/contrib/wpa
 WPA_SUPPLICANT_DISTDIR?=${WPA_DISTDIR}/wpa_supplicant
 HOSTAPD_DISTDIR?=      ${WPA_DISTDIR}/hostapd
 

Reply via email to