diff options
| author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
|---|---|---|
| committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 02:30:01 +0000 |
| commit | a437d08ecacfe1693a6e9f6ee1906a6f425ca700 (patch) | |
| tree | 547a63eef9c79ff429d082d13015036a6cfa4c85 /math/p5-Math-Random/pkg-plist | |
| parent | Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry (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=154114
Diffstat (limited to 'math/p5-Math-Random/pkg-plist')
| -rw-r--r-- | math/p5-Math-Random/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/p5-Math-Random/pkg-plist b/math/p5-Math-Random/pkg-plist index d9a4cff9d95a..92c9fb15973d 100644 --- a/math/p5-Math-Random/pkg-plist +++ b/math/p5-Math-Random/pkg-plist @@ -5,5 +5,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/Random.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random/autosplit.ix @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math/Random -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Math 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Math 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Math +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/Math |
