diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 03:01:03 +0000 |
commit | e31bed690b2fba4714686b691a351a51b98d80e8 (patch) | |
tree | fb869b3f76a5b4c5a0d4932490adea12d65abd80 /net-p2p/dcd | |
parent | 176655f0a1e9745862db36b0cbfab399d74d1339 (diff) | |
download | FreeBSD-ports-e31bed690b2fba4714686b691a351a51b98d80e8.zip FreeBSD-ports-e31bed690b2fba4714686b691a351a51b98d80e8.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'net-p2p/dcd')
-rw-r--r-- | net-p2p/dcd/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/dcd/pkg-plist b/net-p2p/dcd/pkg-plist index fc4ed23..5a91762 100644 --- a/net-p2p/dcd/pkg-plist +++ b/net-p2p/dcd/pkg-plist @@ -12,6 +12,6 @@ etc/dcd/dcd.welcome.default etc/dcd/nicks.allow.default @exec install -d -m 751 -o daemon -g daemon /var/log/dcd @unexec rmdir /var/log/dcd 2>/dev/null || true -@unexec rmdir %D/etc/dcd 2>/dev/null || true -@unexec rmdir %D/man/pl.ISO8859-2/man8 2>/dev/null || true -@unexec rmdir %D/man/pl.ISO8859-2 2>/dev/null || true +@dirrmtry etc/dcd +@dirrmtry man/pl.ISO8859-2/man8 +@dirrmtry man/pl.ISO8859-2 |