diff options
author | shige <shige@FreeBSD.org> | 2000-07-31 18:26:20 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-07-31 18:26:20 +0800 |
commit | f9bdee9ca454a11608143210f57d6f87bd8a0c23 (patch) | |
tree | 0d0a2a8cb152285a00babe91bce0e3465202641f /games/xfireworks/Makefile | |
parent | 004d762b90ded445a739542b6e6e4e64c0fc061e (diff) | |
download | freebsd-ports-graphics-f9bdee9ca454a11608143210f57d6f87bd8a0c23.tar.gz freebsd-ports-graphics-f9bdee9ca454a11608143210f57d6f87bd8a0c23.tar.zst freebsd-ports-graphics-f9bdee9ca454a11608143210f57d6f87bd8a0c23.zip |
Fix PLIST error.
Install default config file as a sample config file.
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
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> |