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-Text-Context-EitherSide/pkg-plist | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'textproc/p5-Text-Context-EitherSide') diff --git a/textproc/p5-Text-Context-EitherSide/pkg-plist b/textproc/p5-Text-Context-EitherSide/pkg-plist index 6fd1754ba900..86593615ed17 100644 --- a/textproc/p5-Text-Context-EitherSide/pkg-plist +++ b/textproc/p5-Text-Context-EitherSide/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/Text/Context/EitherSide.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Context/EitherSide/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Context/EitherSide 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Context 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Text/Context 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Context/EitherSide +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Context +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/Context +@dirrmtry %%SITE_PERL%%/Text -- cgit v1.2.3