freebsd-ports/sysutils/healthd/pkg-plist
Will Andrews 5ccbc2a8ac Update to sync with bsd.port.mk rev 1.361 - use PORTDOCS that is now in
bsd.port.mk, for easy removal of documentation.  I left alone one port -
japanese/elisa8x8 (or something like that), because it appeared to have
some rather weird way of doing PORTDOCS substitution.
2001-01-16 19:08:45 +00:00

10 lines
360 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
%%PORTDOCS%%share/doc/healthd/README
%%PORTDOCS%%share/doc/healthd/PROTOCOL
%%PORTDOCS%%@dirrm share/doc/healthd