git: f51c25a77d4d - main - security/yubikey-personalization-gui: Sanitize MANPREFIX
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 21 Jan 2024 22:32:30 UTC
The branch main has been updated by bofh:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f51c25a77d4d728b67df1de8707283132ce274e0
commit f51c25a77d4d728b67df1de8707283132ce274e0
Author: Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2024-01-21 22:14:07 +0000
Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2024-01-21 22:32:10 +0000
security/yubikey-personalization-gui: Sanitize MANPREFIX
Approved by: portmgr (blanket)
---
security/yubikey-personalization-gui/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/security/yubikey-personalization-gui/Makefile b/security/yubikey-personalization-gui/Makefile
index 7f9c70bdeb99..11980c85d6fb 100644
--- a/security/yubikey-personalization-gui/Makefile
+++ b/security/yubikey-personalization-gui/Makefile
@@ -1,7 +1,7 @@
PORTNAME= yubikey-personalization-gui
PORTVERSION= 3.1.25
DISTVERSIONPREFIX= ${PORTNAME}-
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MAINTAINER= romain@FreeBSD.org
@@ -21,7 +21,7 @@ USE_QT= buildtools:build core gui testlib:build widgets
GH_ACCOUNT= Yubico
PLIST_FILES= bin/yubikey-personalization-gui \
- man/man1/yubikey-personalization-gui.1.gz \
+ share/man/man1/yubikey-personalization-gui.1.gz \
share/applications/yubikey-personalization-gui.desktop \
share/pixmaps/yubikey-personalization-gui.png \
share/pixmaps/yubikey-personalization-gui.xpm
@@ -31,7 +31,7 @@ do-install:
${STAGEDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/resources/lin/${PORTNAME}.desktop \
${STAGEDIR}${DESKTOPDIR}
- ${INSTALL_MAN} ${WRKSRC}/resources/lin/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/resources/lin/${PORTNAME}.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/resources/lin/${PORTNAME}.png ${STAGEDIR}${PREFIX}/share/pixmaps
${INSTALL_DATA} ${WRKSRC}/resources/lin/${PORTNAME}.xpm ${STAGEDIR}${PREFIX}/share/pixmaps