aboutsummaryrefslogtreecommitdiff
path: root/math/p5-Math-Calc-Units
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:30:01 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:30:01 +0000
commita437d08ecacfe1693a6e9f6ee1906a6f425ca700 (patch)
tree547a63eef9c79ff429d082d13015036a6cfa4c85 /math/p5-Math-Calc-Units
parent0416031c9ba13da33845bc762078065b482dd551 (diff)
downloadports-a437d08ecacfe1693a6e9f6ee1906a6f425ca700.tar.gz
ports-a437d08ecacfe1693a6e9f6ee1906a6f425ca700.zip
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154114
Diffstat (limited to 'math/p5-Math-Calc-Units')
-rw-r--r--math/p5-Math-Calc-Units/pkg-plist14
1 files changed, 7 insertions, 7 deletions
diff --git a/math/p5-Math-Calc-Units/pkg-plist b/math/p5-Math-Calc-Units/pkg-plist
index 721dc506009a..b956b86273ce 100644
--- a/math/p5-Math-Calc-Units/pkg-plist
+++ b/math/p5-Math-Calc-Units/pkg-plist
@@ -15,10 +15,10 @@ bin/ucalc
%%SITE_PERL%%/Math/Calc/Units/Grammar.pm
%%SITE_PERL%%/Math/Calc/Units/Grammar.y
%%SITE_PERL%%/Math/Calc/Units/Rank.pm
-@unexec rmdir %D/%%SITE_PERL%%/Math/Calc/Units/Convert 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Math/Calc/Units 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Math/Calc 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/Math 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc/Units 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc 2>/dev/null || true
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/Math/Calc/Units/Convert
+@dirrmtry %%SITE_PERL%%/Math/Calc/Units
+@dirrmtry %%SITE_PERL%%/Math/Calc
+@dirrmtry %%SITE_PERL%%/Math
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc/Units
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Calc
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math