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-Inline/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'devel/p5-Inline') diff --git a/devel/p5-Inline/pkg-plist b/devel/p5-Inline/pkg-plist index 3f43a11216d8..cf9355d8e799 100644 --- a/devel/p5-Inline/pkg-plist +++ b/devel/p5-Inline/pkg-plist @@ -117,6 +117,6 @@ @dirrm %%SITE_PERL%%/auto/Inline/denter @dirrm %%SITE_PERL%%/Inline/MakeMaker @dirrm %%SITE_PERL%%/Inline/C -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/auto/Inline 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Inline 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Inline +@dirrmtry %%SITE_PERL%%/auto/Inline +@dirrmtry %%SITE_PERL%%/Inline -- cgit v1.2.3