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