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) --- security/p5-Digest-SHA256/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'security/p5-Digest-SHA256') diff --git a/security/p5-Digest-SHA256/pkg-plist b/security/p5-Digest-SHA256/pkg-plist index 6ad961e1cbc7..93bd95fb6eca 100644 --- a/security/p5-Digest-SHA256/pkg-plist +++ b/security/p5-Digest-SHA256/pkg-plist @@ -6,5 +6,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/SHA256.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest/SHA256 -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Digest 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Digest +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Digest -- cgit v1.2.3