diff options
author | krion <krion@FreeBSD.org> | 2004-08-15 01:06:01 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-08-15 01:06:01 +0800 |
commit | 6ca6a8a24b66a33910d25181ea4e501a55ce5653 (patch) | |
tree | f2290c49a9d328105fc524272e373115371d8bf3 /net/openntpd | |
parent | b9458b1444b45647904339a38e2a4971c8a44522 (diff) | |
download | freebsd-ports-gnome-6ca6a8a24b66a33910d25181ea4e501a55ce5653.tar.gz freebsd-ports-gnome-6ca6a8a24b66a33910d25181ea4e501a55ce5653.tar.zst freebsd-ports-gnome-6ca6a8a24b66a33910d25181ea4e501a55ce5653.zip |
Fix plist.
Diffstat (limited to 'net/openntpd')
-rw-r--r-- | net/openntpd/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/openntpd/pkg-plist b/net/openntpd/pkg-plist index d2bc3f3d9052..af9ebf66bffd 100644 --- a/net/openntpd/pkg-plist +++ b/net/openntpd/pkg-plist @@ -4,3 +4,4 @@ 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 -p %D/%F %D/etc; fi +@dirrm %%EXAMPLESDIR%% |