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-German/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'textproc/p5-Text-German') diff --git a/textproc/p5-Text-German/pkg-plist b/textproc/p5-Text-German/pkg-plist index 559f77c4985b..41ce0fe6fb3e 100644 --- a/textproc/p5-Text-German/pkg-plist +++ b/textproc/p5-Text-German/pkg-plist @@ -10,6 +10,6 @@ %%SITE_PERL%%/Text/German/Vorsilbe.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/German/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/German -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Text/German 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Text 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text +@dirrmtry %%SITE_PERL%%/Text/German +@dirrmtry %%SITE_PERL%%/Text -- cgit v1.2.3