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/pugs | |
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/pugs')
-rw-r--r-- | lang/pugs/pkg-plist | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/pugs/pkg-plist b/lang/pugs/pkg-plist index 497241525c48..f88d9041ec57 100644 --- a/lang/pugs/pkg-plist +++ b/lang/pugs/pkg-plist @@ -457,9 +457,9 @@ lib/perl6/site_perl/mach/CORE/pugs/syck/yamlbyte.h @dirrm lib/perl6 @dirrm %%SITE_PERL%%/Perl6/Pugs @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6/Pugs -@unexec rmdir %D/lib/perl6/mach 2>/dev/null || true -@unexec rmdir %D/lib/perl6 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Inline 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/pugs 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Perl6 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6 2>/dev/null || true +@dirrmtry lib/perl6/mach +@dirrmtry lib/perl6 +@dirrmtry %%SITE_PERL%%/Inline +@dirrmtry %%SITE_PERL%%/pugs +@dirrmtry %%SITE_PERL%%/Perl6 +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Perl6 |