aboutsummaryrefslogtreecommitdiff
path: root/archivers/p5-Archive-Zip
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:23:00 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2006-01-22 01:23:00 +0000
commitffbac30e7dc48153e09f82916b1b30c551b8a199 (patch)
tree9cadecca968ab0594620ac3c866bf194957b11d7 /archivers/p5-Archive-Zip
parent98c419f62ad4c7bce13913be28ef8eefe074e650 (diff)
downloadports-ffbac30e7dc48153e09f82916b1b30c551b8a199.tar.gz
ports-ffbac30e7dc48153e09f82916b1b30c551b8a199.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=154108
Diffstat (limited to 'archivers/p5-Archive-Zip')
-rw-r--r--archivers/p5-Archive-Zip/pkg-plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/p5-Archive-Zip/pkg-plist b/archivers/p5-Archive-Zip/pkg-plist
index 1080d230ca4b..efc225e842bd 100644
--- a/archivers/p5-Archive-Zip/pkg-plist
+++ b/archivers/p5-Archive-Zip/pkg-plist
@@ -8,6 +8,6 @@ bin/crc32
%%SITE_PERL%%/Archive/Zip/Tree.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Zip/.packlist
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive/Zip
-@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Archive
@dirrm %%SITE_PERL%%/Archive/Zip
-@unexec rmdir %D/%%SITE_PERL%%/Archive 2>/dev/null || true
+@dirrmtry %%SITE_PERL%%/Archive