From af48ddd7a913664262c3da6a6a140a2873659925 Mon Sep 17 00:00:00 2001 From: edwin Date: Sun, 22 Jan 2006 00:17:42 +0000 Subject: Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry --- astro/p5-Astro-SIMBAD/pkg-plist | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'astro/p5-Astro-SIMBAD') diff --git a/astro/p5-Astro-SIMBAD/pkg-plist b/astro/p5-Astro-SIMBAD/pkg-plist index 4c032bf7d396..c4c3a361e42f 100644 --- a/astro/p5-Astro-SIMBAD/pkg-plist +++ b/astro/p5-Astro-SIMBAD/pkg-plist @@ -7,5 +7,5 @@ @dirrm %%SITE_PERL%%/Astro/SIMBAD @dirrm %%SITE_PERL%%/Astro @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/SIMBAD -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro +@dirrmtry %%SITE_PERL%%/Astro -- cgit