1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/clockspeed/pkg-plist
Mario Sergio Fujikawa Ferreira 42867efd5a Submitted by: Jos Backus <josb@cncdsl.com>
Fix adjust destination. Should be etc/clockspeed/adjust instead of
just adjust. Add a PLIST uninstall target to remove this file since
killing the daemon does not.
2000-11-20 11:16:00 +00:00

15 lines
427 B
Plaintext

bin/clockadd
bin/clockspeed
bin/clockview
bin/sntpclock
bin/taiclock
bin/taiclockd
%%PORTDOCS:%%share/doc/clockspeed/INSTALL
%%PORTDOCS:%%@dirrm share/doc/clockspeed
@mode 0755
@exec mkdir %D/etc/clockspeed
@unexec rm %D/etc/clockspeed/atto.tmp 2>/dev/null || true
@unexec rm %D/etc/clockspeed/atto 2>/dev/null || true
@unexec rm %D/etc/clockspeed/adjust 2>/dev/null || true
@unexec rmdir %D/etc/clockspeed 2>/dev/null || true