aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2021-09-14 09:44:52 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2021-09-14 10:55:27 +0000
commita8e5a272f730103a290d90c41b163705f77774c7 (patch)
tree34fbceb246d1b51597795f7f6e170950c0c5bb21
parentaf1b44de7c7f16ffb71c29214166acd0b2cce08b (diff)
downloadports-a8e5a272f730103a290d90c41b163705f77774c7.tar.gz
ports-a8e5a272f730103a290d90c41b163705f77774c7.zip
net/hostapd-devel: Fix CPE information because current one is deprecated
Approved by: portmgr (blanket)
-rw-r--r--net/hostapd-devel/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/hostapd-devel/Makefile b/net/hostapd-devel/Makefile
index 8578a6f51c53..ef23bc1b1e67 100644
--- a/net/hostapd-devel/Makefile
+++ b/net/hostapd-devel/Makefile
@@ -19,7 +19,7 @@ BROKEN_FreeBSD_11= Does not support OpenSSL 1.0.2
LICENSE= BSD3CLAUSE
USES= cpe gmake ssl
-CPE_VENDOR= w1.f1
+CPE_VENDOR= w1.fi
BUILD_WRKSRC= ${WRKSRC}/hostapd
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}