Date: Sun, 21 Jan 2024 22:52:04 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: e204938287d5 - main - games/xfireworks: Sanitize MANPREFIX Message-ID: <202401212252.40LMq4gl030008@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=e204938287d5818d48445c783c19f9833ebe79ae commit e204938287d5818d48445c783c19f9833ebe79ae Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-01-21 22:43:46 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-01-21 22:51:36 +0000 games/xfireworks: Sanitize MANPREFIX Approved by: portmgr (blanket) --- games/xfireworks/Makefile | 4 ++-- games/xfireworks/pkg-plist | 2 +- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401212252.40LMq4gl030008>