diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 00:17:42 +0000 |
commit | af48ddd7a913664262c3da6a6a140a2873659925 (patch) | |
tree | b02c2828dfcaddff86c9832b03bbf528381e8b24 /astro/p5-Astro-DSS/pkg-plist | |
parent | ea06bd23b101258e6696714c0640510b5025b71c (diff) | |
download | FreeBSD-ports-af48ddd7a913664262c3da6a6a140a2873659925.zip FreeBSD-ports-af48ddd7a913664262c3da6a6a140a2873659925.tar.gz |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Diffstat (limited to 'astro/p5-Astro-DSS/pkg-plist')
-rw-r--r-- | astro/p5-Astro-DSS/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Astro-DSS/pkg-plist b/astro/p5-Astro-DSS/pkg-plist index d4b95d2..0377bef 100644 --- a/astro/p5-Astro-DSS/pkg-plist +++ b/astro/p5-Astro-DSS/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Astro/DSS.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/DSS/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Astro/DSS -@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 |