aboutsummaryrefslogtreecommitdiff
path: root/dns/p5-Tie-DNS
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 00:30:24 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 00:30:24 +0000
commit8782296f87f346e407a9b588c61c901ad331a61b (patch)
tree9003db734f5474c93508ccf7f02ac0319bb0d249 /dns/p5-Tie-DNS
parente8d3c8300fde17c34b15fc2d889e55641e0a8f00 (diff)
downloadports-8782296f87f346e407a9b588c61c901ad331a61b.tar.gz
ports-8782296f87f346e407a9b588c61c901ad331a61b.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes: svn path=/head/; revision=154105
Diffstat (limited to 'dns/p5-Tie-DNS')
-rw-r--r--dns/p5-Tie-DNS/pkg-plist6
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/p5-Tie-DNS/pkg-plist b/dns/p5-Tie-DNS/pkg-plist
index fab71504d04d..0073ed6e5a77 100644
--- a/dns/p5-Tie-DNS/pkg-plist
+++ b/dns/p5-Tie-DNS/pkg-plist
@@ -7,7 +7,7 @@
%%PORTDOCS%%share/examples/p5-Tie-DNS/example5.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example6.pl
%%PORTDOCS%%share/examples/p5-Tie-DNS/example7.pl
-@unexec rmdir %D/%%SITE_PERL%%/Tie 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DNS 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/Tie
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie/DNS
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Tie
%%PORTDOCS%%@unexec rmdir %D/share/examples/p5-Tie-DNS 2>/dev/null || true