git: d1f1832ecc86 - main - net/wpa_supplicant_gui: Install man pages under share/man
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Feb 2024 02:45:31 UTC
The branch main has been updated by jrm: URL: https://cgit.FreeBSD.org/ports/commit/?id=d1f1832ecc868d85a37e1ef41fa0f20a914ed934 commit d1f1832ecc868d85a37e1ef41fa0f20a914ed934 Author: Joseph Mingrone <jrm@FreeBSD.org> AuthorDate: 2024-02-27 01:49:09 +0000 Commit: Joseph Mingrone <jrm@FreeBSD.org> CommitDate: 2024-02-27 02:43:36 +0000 net/wpa_supplicant_gui: Install man pages under share/man Approved by: portmgr (blanket) Sponsored by: The FreeBSD Foundation --- net/wpa_supplicant_gui/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/wpa_supplicant_gui/Makefile b/net/wpa_supplicant_gui/Makefile index 92be0645ef9d..68689f8c8e74 100644 --- a/net/wpa_supplicant_gui/Makefile +++ b/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 @@ -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 @@ -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