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-CyrusSASL/pkg-plist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/p5-Authen-CyrusSASL') diff --git a/security/p5-Authen-CyrusSASL/pkg-plist b/security/p5-Authen-CyrusSASL/pkg-plist index a6cdc1e368b7..ffed084228af 100644 --- a/security/p5-Authen-CyrusSASL/pkg-plist +++ b/security/p5-Authen-CyrusSASL/pkg-plist @@ -2,7 +2,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/CyrusSASL/.packlist %%SITE_PERL%%/auto/Authen/CyrusSASL/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen/CyrusSASL -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Authen @dirrm %%SITE_PERL%%/auto/Authen/CyrusSASL -@unexec rmdir %D/%%SITE_PERL%%/auto/Authen 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Authen 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/auto/Authen +@dirrmtry %%SITE_PERL%%/Authen -- cgit v1.2.3