diff options
Diffstat (limited to 'games/xfireworks/Makefile')
-rw-r--r-- | games/xfireworks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile index 8b56087e2b3d..9878895738cf 100644 --- a/games/xfireworks/Makefile +++ b/games/xfireworks/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xfireworks -PORTVERSION= 1.1 +PORTVERSION= 1.3 CATEGORIES= games MASTER_SITES= http://www.seki.ee.kagu.sut.ac.jp/~sakai/myfreesoft/ \ http://hp.vector.co.jp/authors/VA014157/myfreesoft/ \ @@ -20,7 +20,7 @@ MAN1= xfireworks.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${PREFIX}/bin/xfireworks - ${INSTALL_MAN} ${WRKSRC}/xfireworks.man ${PREFIX}/man/man1/xfireworks.1 + ${INSTALL_MAN} ${WRKSRC}/xfireworks.1 ${PREFIX}/man/man1/ ${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${PREFIX}/etc/xfireworks.conf.sample .if !exists(${PREFIX}/etc/xfireworks.conf) ${CP} ${PREFIX}/etc/xfireworks.conf.sample ${PREFIX}/etc/xfireworks.conf |