Skip to content

Commit

Permalink
games/xfireworks: Sanitize MANPREFIX
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Jan 21, 2024
1 parent 594e0d7 commit e204938
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions games/xfireworks/Makefile
@@ -1,6 +1,6 @@
PORTNAME= xfireworks
PORTVERSION= 1.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= http://kozos.jp/myfreesoft/

Expand All @@ -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>
2 changes: 1 addition & 1 deletion 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

0 comments on commit e204938

Please sign in to comment.