aboutsummaryrefslogtreecommitdiffstats
path: root/math/p5-Chart-Math-Axis
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 10:30:01 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 10:30:01 +0800
commitfeafe637a586a81fbc65a23660b6e82c87d90f07 (patch)
tree236a81a898bb37fc1877a514deec3f6192b95260 /math/p5-Chart-Math-Axis
parentffa6a89c602bab7fc1470e34b05dcfe64ce87369 (diff)
downloadfreebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.gz
freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.tar.zst
freebsd-ports-gnome-feafe637a586a81fbc65a23660b6e82c87d90f07.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'math/p5-Chart-Math-Axis')
-rw-r--r--math/p5-Chart-Math-Axis/pkg-plist8
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Chart-Math-Axis/pkg-plist b/math/p5-Chart-Math-Axis/pkg-plist
index 4f0111ce866f..091da486d30e 100644
--- a/math/p5-Chart-Math-Axis/pkg-plist
+++ b/math/p5-Chart-Math-Axis/pkg-plist
@@ -1,7 +1,7 @@
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math/Axis/.packlist
%%SITE_PERL%%/Chart/Math/Axis.pm
-@unexec rmdir %D/%%SITE_PERL%%/Chart/Math 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Chart 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/Chart/Math
+@dirrmtry %%SITE_PERL%%/Chart
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math/Axis
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/Math
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart