aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:43:46 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2024-01-21 22:51:36 +0000
commite204938287d5818d48445c783c19f9833ebe79ae (patch)
treeb84c57478d3959f278776505c253ada321ec9834
parent594e0d792775b04a8aafa069de207f7495e98adb (diff)
downloadports-e204938287d5818d48445c783c19f9833ebe79ae.tar.gz
ports-e204938287d5818d48445c783c19f9833ebe79ae.zip
games/xfireworks: Sanitize MANPREFIX
Approved by: portmgr (blanket)
-rw-r--r--games/xfireworks/Makefile4
-rw-r--r--games/xfireworks/pkg-plist2
2 files changed, 3 insertions, 3 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile
index e461cfa1fb3a..372fb7780fd2 100644
--- a/games/xfireworks/Makefile
+++ b/games/xfireworks/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xfireworks
PORTVERSION= 1.4
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://kozos.jp/myfreesoft/
@@ -22,7 +22,7 @@ CFLAGS+= -Wno-error=int-conversion
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${STAGEDIR}${PREFIX}/bin/xfireworks
- ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${STAGEDIR}${MANPREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${STAGEDIR}${PREFIX}/etc/xfireworks.conf.sample
.include <bsd.port.post.mk>
diff --git a/games/xfireworks/pkg-plist b/games/xfireworks/pkg-plist
index eea5397d79ee..48f7214c9485 100644
--- a/games/xfireworks/pkg-plist
+++ b/games/xfireworks/pkg-plist
@@ -1,3 +1,3 @@
bin/xfireworks
-man/man1/xfireworks.1.gz
+share/man/man1/xfireworks.1.gz
@sample etc/xfireworks.conf.sample