mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
128ad4b689
I'm sorry for my many many mistakes. Submitted by: knu-san
5 lines
216 B
Plaintext
5 lines
216 B
Plaintext
bin/xfireworks
|
|
@unexec if cmp -s %D/etc/xfireworks.conf %D/etc/xfireworks.conf.sample; then rm -f %D/etc/xfireworks.conf; fi
|
|
etc/xfireworks.conf.sample
|
|
@exec test -f %B/xfireworks.conf || cp %B/%f %B/xfireworks.conf
|