mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
2515824b44
- OPTIONify - Adopt - portlint
9 lines
322 B
Plaintext
9 lines
322 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
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%%%DOCSDIR%%/PROTOCOL
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|