diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-02-20 14:39:56 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2004-02-20 14:39:56 +0000 |
commit | ce3834d26ee8f3f717eec69fb0ff24b44ae205af (patch) | |
tree | 0f4bacd7659ad617a0c50049d62d8dfffe840be6 /www/p5-HTTP-WebTest/pkg-plist | |
parent | d689973a87e16003cc0a6c3c5acc76e4a03eff87 (diff) |
Notes
Diffstat (limited to 'www/p5-HTTP-WebTest/pkg-plist')
-rw-r--r-- | www/p5-HTTP-WebTest/pkg-plist | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/www/p5-HTTP-WebTest/pkg-plist b/www/p5-HTTP-WebTest/pkg-plist index db9bad1a7711..5a0013667c94 100644 --- a/www/p5-HTTP-WebTest/pkg-plist +++ b/www/p5-HTTP-WebTest/pkg-plist @@ -27,8 +27,10 @@ bin/wt %%SITE_PERL%%/HTTP/WebTest/TestResult.pm %%SITE_PERL%%/HTTP/WebTest/Utils.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/WebTest/.packlist -@dirrm %%SITE_PERL%%/Bundle/HTTP -@dirrm %%SITE_PERL%%/HTTP/WebTest/Plugin -@dirrm %%SITE_PERL%%/HTTP/WebTest -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP/WebTest -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/HTTP +@unexec rmdir %D/%%SITE_PERL%%/Bundle/HTTP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Bundle 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP/WebTest/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP/WebTest 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/HTTP 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%//%%PERL_ARCH%%/auto/HTTP/WebTest 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%//%%PERL_ARCH%%/auto/HTTP 2>/dev/null || true |