diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 00:30:24 +0000 |
commit | 8782296f87f346e407a9b588c61c901ad331a61b (patch) | |
tree | 9003db734f5474c93508ccf7f02ac0319bb0d249 /converters/p5-String-Multibyte/pkg-plist | |
parent | e8d3c8300fde17c34b15fc2d889e55641e0a8f00 (diff) |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Notes
Notes:
svn path=/head/; revision=154105
Diffstat (limited to 'converters/p5-String-Multibyte/pkg-plist')
-rw-r--r-- | converters/p5-String-Multibyte/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/converters/p5-String-Multibyte/pkg-plist b/converters/p5-String-Multibyte/pkg-plist index bfc85e464538..9c503ea78720 100644 --- a/converters/p5-String-Multibyte/pkg-plist +++ b/converters/p5-String-Multibyte/pkg-plist @@ -18,7 +18,7 @@ %%SITE_PERL%%/String/Multibyte/Big5.pm %%SITE_PERL%%/String/Multibyte.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Multibyte/.packlist -@unexec rmdir %D/%%SITE_PERL%%/String/Multibyte 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/String 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Multibyte 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/String 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/String/Multibyte +@dirrmtry %%SITE_PERL%%/String +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String/Multibyte +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/String |