diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile index e461cfa1fb3a..372fb7780fd2 100644 --- a/games/xfireworks/Makefile +++ b/games/xfireworks/Makefile @@ -1,28 +1,28 @@ PORTNAME= xfireworks PORTVERSION= 1.4 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= games MASTER_SITES= http://kozos.jp/myfreesoft/ MAINTAINER= bofh@FreeBSD.org COMMENT= Fireworks on X WWW= https://kozos.jp/myfreesoft/ LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual USES= xorg USE_XORG= x11 .include .if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 )) CFLAGS+= -Wno-error=int-conversion .endif 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 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