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/p5-Alzabo-GUI-Mason/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/p5-Alzabo-GUI-Mason') diff --git a/devel/p5-Alzabo-GUI-Mason/pkg-plist b/devel/p5-Alzabo-GUI-Mason/pkg-plist index b1510e8b0457..d0a11ececa51 100644 --- a/devel/p5-Alzabo-GUI-Mason/pkg-plist +++ b/devel/p5-Alzabo-GUI-Mason/pkg-plist @@ -50,5 +50,5 @@ %%DATADIR%%/view_table_other.mhtml @dirrm %%DATADIR%% @dirrm %%SITE_PERL%%/Alzabo/GUI/Mason -@unexec rmdir %D/%%SITE_PERL%%/Alzabo/GUI 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Alzabo 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/Alzabo/GUI +@dirrmtry %%SITE_PERL%%/Alzabo -- cgit v1.2.3