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) --- textproc/p5-XML-Directory/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/p5-XML-Directory') diff --git a/textproc/p5-XML-Directory/pkg-plist b/textproc/p5-XML-Directory/pkg-plist index 05878eb9b77e..9b15e87887b2 100644 --- a/textproc/p5-XML-Directory/pkg-plist +++ b/textproc/p5-XML-Directory/pkg-plist @@ -5,5 +5,5 @@ %%SITE_PERL%%/XML/Directory/String.pm @dirrm %%SITE_PERL%%/XML/Directory @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML/Directory -@unexec rmdir %D/%%SITE_PERL%%/XML 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/XML 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/XML +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/XML -- cgit v1.2.3