From feafe637a586a81fbc65a23660b6e82c87d90f07 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 02:30:01 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- math/p5-Set-Window/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/p5-Set-Window') diff --git a/math/p5-Set-Window/pkg-plist b/math/p5-Set-Window/pkg-plist index 2714bb6..a0d9705 100644 --- a/math/p5-Set-Window/pkg-plist +++ b/math/p5-Set-Window/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Window/.packlist %%SITE_PERL%%/Set/Window.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set/Window -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Set 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Set 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Set +@dirrmtry %%SITE_PERL%%/Set -- cgit v1.1