From 508b8d82f4fdfc6889fe17931ef30f047501dfd6 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 22 Jan 2006 03:01:03 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- www/p5-WebService-Bloglines/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/p5-WebService-Bloglines') diff --git a/www/p5-WebService-Bloglines/pkg-plist b/www/p5-WebService-Bloglines/pkg-plist index d66a4bda0686..d56ac168a9f6 100644 --- a/www/p5-WebService-Bloglines/pkg-plist +++ b/www/p5-WebService-Bloglines/pkg-plist @@ -3,6 +3,6 @@ %%SITE_PERL%%/WebService/Bloglines/Subscriptions.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Bloglines/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService/Bloglines -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/WebService @dirrm %%SITE_PERL%%/WebService/Bloglines -@unexec rmdir %D/%%SITE_PERL%%/WebService 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/WebService -- cgit v1.2.3