diff options
Diffstat (limited to 'games/xfireworks/Makefile')
-rw-r--r-- | games/xfireworks/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile index 79eb5129a73..26393ac8664 100644 --- a/games/xfireworks/Makefile +++ b/games/xfireworks/Makefile @@ -17,6 +17,13 @@ MAINTAINER= sakai@seki.ee.kagu.sut.ac.jp USE_X_PREFIX= yes MAN1= xfireworks.1 -MANCOMPRESSED= yes + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xfireworks ${PREFIX}/bin/xfireworks + ${INSTALL_MAN} ${WRKSRC}/xfireworks.man ${PREFIX}/bin/xfireworks.1 + ${INSTALL_DATA} ${WRKSRC}/xfireworks.conf ${PREFIX}/etc/xfirewokrs.conf.sample +.if !exists(${PREFIX}/etc/xfireworks.conf) + ${CP} ${PREFIX}/etc/xfireworks.conf.sample ${PREFIX}/etc/xfireworks.conf +.endif .include <bsd.port.mk> |