From ffa6a89c602bab7fc1470e34b05dcfe64ce87369 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 02:20:05 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry Approved by: krion@ PR: ports/88711 (related) --- graphics/p5-GD-Graph/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/p5-GD-Graph') diff --git a/graphics/p5-GD-Graph/pkg-plist b/graphics/p5-GD-Graph/pkg-plist index e7d79978a6bd..762b48928e40 100644 --- a/graphics/p5-GD-Graph/pkg-plist +++ b/graphics/p5-GD-Graph/pkg-plist @@ -15,6 +15,6 @@ %%SITE_PERL%%/GD/Graph/utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD/Graph -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GD @dirrm %%SITE_PERL%%/GD/Graph -@unexec rmdir %D/%%SITE_PERL%%/GD 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/GD -- cgit