aboutsummaryrefslogtreecommitdiff
path: root/emulators/zsnes
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 18:30:42 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 19:25:25 +0000
commitb49f2d241a26feb70b064b53ed4e7f9c6fd86b0f (patch)
treed686d7e246097ed70f1e64a35e05e543023029a8 /emulators/zsnes
parent8bdbba59152c77dc40b9a462a0751cad06879764 (diff)
downloadports-b49f2d241a26feb70b064b53ed4e7f9c6fd86b0f.tar.gz
ports-b49f2d241a26feb70b064b53ed4e7f9c6fd86b0f.zip
emulators/zsnes: Sanitize MANPREFIX
This has not been tested apart from the others. Approved by: portmgr (blanket)
Diffstat (limited to 'emulators/zsnes')
-rw-r--r--emulators/zsnes/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/zsnes/Makefile b/emulators/zsnes/Makefile
index 156558fbe685..fcf091b9dc40 100644
--- a/emulators/zsnes/Makefile
+++ b/emulators/zsnes/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= --disable-cpucheck
WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION:S/./_/}/src
-PLIST_FILES= bin/zsnes man/man1/zsnes.1.gz
+PLIST_FILES= bin/zsnes share/man/man1/zsnes.1.gz
NO_OPTIONS_SORT=yes
OPTIONS_DEFINE= X11 OPENGL DEBUGGER JMA AO
@@ -57,6 +57,6 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/zsnes ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/linux/zsnes.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/linux/zsnes.1 ${STAGEDIR}${PREFIX}/share/man/man1
.include <bsd.port.mk>