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) --- news/p5-News-Newsrc/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'news/p5-News-Newsrc') diff --git a/news/p5-News-Newsrc/pkg-plist b/news/p5-News-Newsrc/pkg-plist index 2366b1d0c678..6e94f91b2c6c 100644 --- a/news/p5-News-Newsrc/pkg-plist +++ b/news/p5-News-Newsrc/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/News/Newsrc.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Newsrc/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/News/Newsrc -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/News 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/News 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/News +@dirrmtry %%SITE_PERL%%/News -- cgit v1.2.3