mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
97e6ae70a3
elegant way to modify plist for NOPORTSDOC
10 lines
354 B
Plaintext
10 lines
354 B
Plaintext
bin/healthdc
|
|
sbin/healthd
|
|
@unexec if cmp -s %D/etc/healthd.conf %D/etc/healthd.conf.sample; then rm -f %D/etc/healthd.conf; fi
|
|
etc/healthd.conf.sample
|
|
@exec if [ ! -f %D/etc/healthd.conf ]; then cp -p %D/%F %B/healthd.conf; fi
|
|
etc/rc.d/healthd.sh
|
|
%%HDDOCS%%share/doc/healthd/README
|
|
%%HDDOCS%%share/doc/healthd/PROTOCOL
|
|
%%HDDOCS%%@dirrm share/doc/healthd
|