Skip to content

Commit

Permalink
net/wpa_supplicant_gui: Install man pages under share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
  • Loading branch information
Jehops committed Feb 27, 2024
1 parent bb58924 commit d1f1832
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions net/wpa_supplicant_gui/Makefile
@@ -1,5 +1,6 @@
PORTNAME= wpa_supplicant_gui
DISTVERSION= 2.10
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= https://w1.fi/releases/ \
LOCAL/yuri/net/wpa_supplicant_gui/:icons
Expand Down Expand Up @@ -28,7 +29,7 @@ PLIST_FILES= sbin/wpa_gui \
share/applications/wpa_gui.desktop \
share/icons/hicolor/16x16/apps/wpa_gui.png \
share/icons/hicolor/scalable/apps/wpa_gui.svgz \
man/man8/wpa_gui.8.gz
share/man/man8/wpa_gui.8.gz
WRKSRC_SUBDIR= wpa_supplicant

OPTIONS_DEFINE= DEBUG NLS
Expand Down Expand Up @@ -69,7 +70,7 @@ do-install:
> ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps/wpa_gui.svgz
# manpage
${GZIP_CMD} < ${WRKSRC}/doc/docbook/wpa_gui.8 \
> ${STAGEDIR}${PREFIX}/man/man8/wpa_gui.8.gz
> ${STAGEDIR}${PREFIX}/share/man/man8/wpa_gui.8.gz

do-install-NLS-on:
@${MKDIR} ${STAGEDIR}${DATADIR}/translations
Expand Down

0 comments on commit d1f1832

Please sign in to comment.