From e33233f948fa75569942bda3f34c065ad24f1576 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 22 Jan 2006 01:55:36 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- editors/joe/pkg-plist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'editors/joe') diff --git a/editors/joe/pkg-plist b/editors/joe/pkg-plist index 79e774b76355..ab011874ca98 100644 --- a/editors/joe/pkg-plist +++ b/editors/joe/pkg-plist @@ -57,7 +57,7 @@ etc/joe/doc/HACKING etc/joe/doc/HINTS etc/joe/doc/NEWS etc/joe/doc/README -@unexec rmdir %D/etc/joe/doc 2>/dev/null || true -@unexec rmdir %D/etc/joe/charmaps 2>/dev/null || true -@unexec rmdir %D/etc/joe/syntax 2>/dev/null || true -@unexec rmdir %D/etc/joe 2>/dev/null || true +@dirrmtry etc/joe/doc +@dirrmtry etc/joe/charmaps +@dirrmtry etc/joe/syntax +@dirrmtry etc/joe -- cgit v1.2.3