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) --- devel/xfc/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/xfc') diff --git a/devel/xfc/pkg-plist b/devel/xfc/pkg-plist index b7bd6fa6f2c5..87485c7d0f1b 100644 --- a/devel/xfc/pkg-plist +++ b/devel/xfc/pkg-plist @@ -2749,6 +2749,6 @@ share/xfce4/xfc/demos/ui_manager.cc @dirrm include/xfce4/xfc/atk/inline @dirrm include/xfce4/xfc/atk @dirrm include/xfce4/xfc -@unexec rmdir %D/include/xfce4 2>/dev/null || true -@unexec rmdir %D/lib/xfce4 2>/dev/null || true -@unexec rmdir %D/share/xfce4 2>/dev/null || true +@dirrmtry include/xfce4 +@dirrmtry lib/xfce4 +@dirrmtry share/xfce4 -- cgit v1.2.3