summaryrefslogtreecommitdiff
path: root/lang/p5-Expect
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 02:20:05 +0000
commit0416031c9ba13da33845bc762078065b482dd551 (patch)
treebe4d2554a35fe96c98b1eaa2d243964ae3c4f602 /lang/p5-Expect
parent(forced commit) (diff)
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@ PR: ports/88711 (related)
Notes
Notes: svn path=/head/; revision=154113
Diffstat (limited to 'lang/p5-Expect')
-rw-r--r--lang/p5-Expect/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/p5-Expect/pkg-plist b/lang/p5-Expect/pkg-plist
index edc73e0e5fce..67bd73f81431 100644
--- a/lang/p5-Expect/pkg-plist
+++ b/lang/p5-Expect/pkg-plist
@@ -1,4 +1,4 @@
%%SITE_PERL%%/Expect.pod
%%SITE_PERL%%/Expect.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect/.packlist
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Expect