diff options
author | edwin <edwin@FreeBSD.org> | 2006-01-22 09:29:46 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2006-01-22 09:29:46 +0800 |
commit | e80f0953d18006170971019cc3936a2de46081ab (patch) | |
tree | 2ced76b22a5a33be9fc8a463ef1df3c21eb26234 /astro/p5-Geo-METAR | |
parent | f70b9e5e41d04219d385f0493662aacb199e31cc (diff) | |
download | freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.tar.gz freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.tar.zst freebsd-ports-gnome-e80f0953d18006170971019cc3936a2de46081ab.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'astro/p5-Geo-METAR')
-rw-r--r-- | astro/p5-Geo-METAR/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/p5-Geo-METAR/pkg-plist b/astro/p5-Geo-METAR/pkg-plist index 711bdd4759e8..81491926dc8a 100644 --- a/astro/p5-Geo-METAR/pkg-plist +++ b/astro/p5-Geo-METAR/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Geo/METAR.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/METAR/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo/METAR -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Geo 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Geo +@dirrmtry %%SITE_PERL%%/Geo |