aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:14:07 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:32:10 +0000
commitf51c25a77d4d728b67df1de8707283132ce274e0 (patch)
treeee70609e2a043d6dab02dd1e23f1dd7cccd62a83
parent3d7e6ab36bb956e9a87f797f2b010d9bbbdc4674 (diff)
downloadports-f51c25a77d4d728b67df1de8707283132ce274e0.tar.gz
ports-f51c25a77d4d728b67df1de8707283132ce274e0.zip
security/yubikey-personalization-gui: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--security/yubikey-personalization-gui/Makefile6
1 files 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