aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/p5-Graph-Easy
diff options
context:
space:
mode:
authoredwin <edwin@FreeBSD.org>2006-01-22 10:20:05 +0800
committeredwin <edwin@FreeBSD.org>2006-01-22 10:20:05 +0800
commitffa6a89c602bab7fc1470e34b05dcfe64ce87369 (patch)
tree70253ae4904e6777d975133ac5d163530a80b02a /graphics/p5-Graph-Easy
parente8320e01ab60ecf311418120fb31f132f2adf4e9 (diff)
downloadfreebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.gz
freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.tar.zst
freebsd-ports-gnome-ffa6a89c602bab7fc1470e34b05dcfe64ce87369.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Diffstat (limited to 'graphics/p5-Graph-Easy')
-rw-r--r--graphics/p5-Graph-Easy/pkg-plist16
1 files changed, 8 insertions, 8 deletions
diff --git a/graphics/p5-Graph-Easy/pkg-plist b/graphics/p5-Graph-Easy/pkg-plist
index 2f5035c78da5..29fe8ddab73b 100644
--- a/graphics/p5-Graph-Easy/pkg-plist
+++ b/graphics/p5-Graph-Easy/pkg-plist
@@ -19,11 +19,11 @@
%%SITE_PERL%%/Graph/Easy/Node/Empty.pm
%%SITE_PERL%%/Graph/Easy/Parser.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy/.packlist
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Layout 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Group 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Node 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy/Edge 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Graph/Easy 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Graph 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph/Easy
+@dirrmtry %%SITE_PERL%%/Graph/Easy/Layout
+@dirrmtry %%SITE_PERL%%/Graph/Easy/Group
+@dirrmtry %%SITE_PERL%%/Graph/Easy/Node
+@dirrmtry %%SITE_PERL%%/Graph/Easy/Edge
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Graph
+@dirrmtry %%SITE_PERL%%/Graph/Easy
+@dirrmtry %%SITE_PERL%%/Graph