From a437d08ecacfe1693a6e9f6ee1906a6f425ca700 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis 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-AI-DecisionTree/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/p5-AI-DecisionTree/pkg-plist') diff --git a/math/p5-AI-DecisionTree/pkg-plist b/math/p5-AI-DecisionTree/pkg-plist index c27c4062cf4b..a4a1411b1e4c 100644 --- a/math/p5-AI-DecisionTree/pkg-plist +++ b/math/p5-AI-DecisionTree/pkg-plist @@ -6,5 +6,5 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/AI/DecisionTree @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree/Instance @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI/DecisionTree -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/AI 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/AI 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/AI +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AI -- cgit v1.2.3