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-Authen-Htpasswd/pkg-plist | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'security/p5-Authen-Htpasswd') diff --git a/security/p5-Authen-Htpasswd/pkg-plist b/security/p5-Authen-Htpasswd/pkg-plist index 776c1f77a4e1..b5f95b7322d9 100644 --- a/security/p5-Authen-Htpasswd/pkg-plist +++ b/security/p5-Authen-Htpasswd/pkg-plist @@ -2,7 +2,7 @@ %%SITE_PERL%%/Authen/Htpasswd/User.pm %%SITE_PERL%%/Authen/Htpasswd/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Htpasswd/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Htpasswd 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Authen/Htpasswd 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/Htpasswd +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen +@dirrmtry %%SITE_PERL%%/Authen/Htpasswd +@dirrmtry %%SITE_PERL%%/Authen -- cgit v1.2.3