diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 08:17:42 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 08:17:42 +0800 |
commit | af48ddd7a913664262c3da6a6a140a2873659925 (patch) | |
tree | b02c2828dfcaddff86c9832b03bbf528381e8b24 /astro/p5-Astro-SIMBAD | |
parent | ea06bd23b101258e6696714c0640510b5025b71c (diff) | |
download | freebsd-ports-gnome-af48ddd7a913664262c3da6a6a140a2873659925.tar.gz freebsd-ports-gnome-af48ddd7a913664262c3da6a6a140a2873659925.tar.zst freebsd-ports-gnome-af48ddd7a913664262c3da6a6a140a2873659925.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Diffstat (limited to 'astro/p5-Astro-SIMBAD')
-rw-r--r-- | astro/p5-Astro-SIMBAD/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
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 |