aboutsummaryrefslogtreecommitdiffstats
path: root/astro/p5-GPS/pkg-plist
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 09:29:46 +0800
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 09:29:46 +0800
commit913a5a5cbae4d0f429ae82617b4e1fca51867d49 (patch)
treef99bd9b91ec272158b0ee070a9ec0871177d6ea8 /astro/p5-GPS/pkg-plist
parentffbac30e7dc48153e09f82916b1b30c551b8a199 (diff)
downloadfreebsd-ports-gnome-913a5a5cbae4d0f429ae82617b4e1fca51867d49.tar.gz
freebsd-ports-gnome-913a5a5cbae4d0f429ae82617b4e1fca51867d49.tar.zst
freebsd-ports-gnome-913a5a5cbae4d0f429ae82617b4e1fca51867d49.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'astro/p5-GPS/pkg-plist')
-rw-r--r--astro/p5-GPS/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/p5-GPS/pkg-plist b/astro/p5-GPS/pkg-plist
index 515cdec0f0cd..42e72e1454ac 100644
--- a/astro/p5-GPS/pkg-plist
+++ b/astro/p5-GPS/pkg-plist
@@ -11,6 +11,6 @@
@dirrm %%SITE_PERL%%/auto/GPS/Garmin
@dirrm %%SITE_PERL%%/auto/GPS/Serial
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS/Garmin
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/GPS 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/auto/GPS 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/GPS
+@dirrmtry %%SITE_PERL%%/GPS
+@dirrmtry %%SITE_PERL%%/auto/GPS