aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 15:55:43 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-22 16:52:30 +0000
commite775d214680b16d53ed3233691d7b9dcd8442884 (patch)
treeea25d5f6dee974952e8d0a422d9f2f52bbcbba54
parent93795f8cf7fa8792d06c8a13d34ac31805a3354c (diff)
downloadports-e775d214680b16d53ed3233691d7b9dcd8442884.tar.gz
ports-e775d214680b16d53ed3233691d7b9dcd8442884.zip
net/hostapd29: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--net/hostapd29/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/hostapd29/Makefile b/net/hostapd29/Makefile
index b2fb4b1254ff..922b5ee1c90d 100644
--- a/net/hostapd29/Makefile
+++ b/net/hostapd29/Makefile
@@ -1,6 +1,6 @@
PORTNAME= hostapd
PORTVERSION= 2.9
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= net
MASTER_SITES= https://w1.fi/releases/
PKGNAMESUFFIX= 29
@@ -22,8 +22,8 @@ BUILD_WRKSRC= ${WRKSRC}/hostapd
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
-PLIST_FILES= sbin/hostapd sbin/hostapd_cli man/man1/hostapd_cli.1.gz \
- man/man8/hostapd.8.gz
+PLIST_FILES= sbin/hostapd sbin/hostapd_cli share/man/man1/hostapd_cli.1.gz \
+ share/man/man8/hostapd.8.gz
.if !exists(/etc/rc.d/hostapd)
USE_RC_SUBR= hostapd
.endif
@@ -39,8 +39,8 @@ do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hostapd/hostapd_cli \
${STAGEDIR}${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/hostapd/hostapd_cli.1 \
- ${STAGEDIR}${MANPREFIX}/man/man1
+ ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${WRKSRC}/hostapd/hostapd.8 \
- ${STAGEDIR}${MANPREFIX}/man/man8
+ ${STAGEDIR}${PREFIX}/share/man/man8
.include <bsd.port.mk>