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-Heap-Simple-XS/pkg-plist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'devel/p5-Heap-Simple-XS') diff --git a/devel/p5-Heap-Simple-XS/pkg-plist b/devel/p5-Heap-Simple-XS/pkg-plist index f21a63488854..f1e23568cf5b 100644 --- a/devel/p5-Heap-Simple-XS/pkg-plist +++ b/devel/p5-Heap-Simple-XS/pkg-plist @@ -3,7 +3,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS/XS.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple/XS -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Heap 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Heap +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap/Simple +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Heap -- cgit v1.2.3