mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
dc7b070b59
Handle the configuration file directly in plist PR: ports/185605 Submitted by: Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
10 lines
299 B
Plaintext
10 lines
299 B
Plaintext
bin/background.sh
|
|
bin/bgrandom.pl
|
|
bin/bgrotman.pl
|
|
bin/createlist.sh
|
|
bin/masterlistgen.sh
|
|
@unexec if cmp -s %D/etc/bgrot.conf.sample %D/etc/bgrot.conf; then rm -f %D/etc/bgrot.conf; fi
|
|
etc/bgrot.conf.sample
|
|
@exec if [ ! -f %D/etc/bgrot.conf ] ; then cp -p %D/%F %B/bgrot.conf; fi
|
|
man/man1/bgrot.1.gz
|