1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/net/openntpd/pkg-plist
Christian Weisgerber 118351a27f Support staging.
2013-10-04 15:30:43 +00:00

9 lines
279 B
Plaintext

@comment $FreeBSD$
man/man5/ntpd.conf.5.gz
man/man8/ntpd.8.gz
sbin/ntpd
@unexec if cmp -s %D/etc/ntpd.conf %D/%%EXAMPLESDIR%%/ntpd.conf; then rm -f %D/etc/ntpd.conf; fi
%%EXAMPLESDIR%%/ntpd.conf
@exec if [ ! -f %D/etc/ntpd.conf ]; then cp %D/%F %D/etc; fi
@dirrm %%EXAMPLESDIR%%