diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
commit | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (patch) | |
tree | bbb6bde5614379bfe98675053e4e845e1233cf74 /astro/p5-Astro-Catalog | |
parent | 531467445388315226df8f921577044fb814ed7f (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes:
svn path=/head/; revision=154104
Diffstat (limited to 'astro/p5-Astro-Catalog')
-rw-r--r-- | astro/p5-Astro-Catalog/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/p5-Astro-Catalog/pkg-plist b/astro/p5-Astro-Catalog/pkg-plist index 276ff06132c8..f5aa00afeef9 100644 --- a/astro/p5-Astro-Catalog/pkg-plist +++ b/astro/p5-Astro-Catalog/pkg-plist @@ -43,6 +43,6 @@ etc/skycat.cfg.default @dirrm %%SITE_PERL%%/Astro/Catalog/Star @dirrm %%SITE_PERL%%/Astro/Catalog/Transport @dirrm %%SITE_PERL%%/Astro/Catalog -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Astro 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Tk 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro +@dirrmtry %%SITE_PERL%%/Astro +@dirrmtry %%SITE_PERL%%/Tk |