aboutsummaryrefslogtreecommitdiff
path: root/games/xfireworks/Makefile
diff options
context:
space:
mode:
authorShigeyuki Fukushima <shige@FreeBSD.org>2000-07-31 10:26:20 +0000
committerShigeyuki Fukushima <shige@FreeBSD.org>2000-07-31 10:26:20 +0000
commitdcfc89d17b31bec760dad41085702c3d68e72a6f (patch)
tree8131c9a7ce406017e9d8ce57ab146723cc715556 /games/xfireworks/Makefile
parent4690ebba1e823541ed2bff399a823773c828bd73 (diff)
Notes
Diffstat (limited to 'games/xfireworks/Makefile')
-rw-r--r--games/xfireworks/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/games/xfireworks/Makefile b/games/xfireworks/Makefile
index 79eb5129a736..26393ac86641 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>