diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:20:05 +0000 |
commit | 0416031c9ba13da33845bc762078065b482dd551 (patch) | |
tree | be4d2554a35fe96c98b1eaa2d243964ae3c4f602 /lang/p5-Perl6-Subs | |
parent | 93189653b53dbb03ea40ad1126155b1ef52bb27c (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-Perl6-Subs')
-rw-r--r-- | lang/p5-Perl6-Subs/pkg-plist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/p5-Perl6-Subs/pkg-plist b/lang/p5-Perl6-Subs/pkg-plist index 13e9e65b7b5d..ef2d9c455ce2 100644 --- a/lang/p5-Perl6-Subs/pkg-plist +++ b/lang/p5-Perl6-Subs/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/Perl6/Subs.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Subs/.packlist -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Subs 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Perl6 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Subs +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6 +@dirrmtry %%SITE_PERL%%/Perl6 |