freebsd-ports/sysutils/healthd/pkg-plist
Philip M. Gollucci 2515824b44 - USE_RC_SUBR != yes
- OPTIONify
- Adopt
- portlint
2009-07-15 07:14:00 +00:00

8 lines
322 B
Text

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%%