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-Bit-Vector-Minimal | |
parent | 0416031c9ba13da33845bc762078065b482dd551 (diff) | |
download | freebsd-ports-a437d08ecacfe1693a6e9f6ee1906a6f425ca700.zip |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related)
Diffstat (limited to 'math/p5-Bit-Vector-Minimal')
-rw-r--r-- | math/p5-Bit-Vector-Minimal/pkg-plist | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/math/p5-Bit-Vector-Minimal/pkg-plist b/math/p5-Bit-Vector-Minimal/pkg-plist index e4ad9ff326ed..f003de6f2d19 100644 --- a/math/p5-Bit-Vector-Minimal/pkg-plist +++ b/math/p5-Bit-Vector-Minimal/pkg-plist @@ -1,7 +1,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal/.packlist %%SITE_PERL%%/Bit/Vector/Minimal.pm @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector/Minimal -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Bit/Vector 2>/dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Bit 2>/dev/null || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit/Vector +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Bit +@dirrmtry %%SITE_PERL%%/Bit/Vector +@dirrmtry %%SITE_PERL%%/Bit |