diff options
author | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-01-12 02:06:40 +0000 |
---|---|---|
committer | Jun Kuriyama <kuriyama@FreeBSD.org> | 2001-01-12 02:06:40 +0000 |
commit | 66e5f4287d6f9f49fd8a6344446486c6648e2e6b (patch) | |
tree | 3b3934caf2f1cd4b37735b09457034d5d58d5022 /www/p5-Apache-Archive | |
parent | 72b30e7f2a626627f542b49923d7dfefc5b4b4a5 (diff) | |
download | ports-66e5f4287d6f9f49fd8a6344446486c6648e2e6b.tar.gz ports-66e5f4287d6f9f49fd8a6344446486c6648e2e6b.zip |
Notes
Diffstat (limited to 'www/p5-Apache-Archive')
-rw-r--r-- | www/p5-Apache-Archive/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-Apache-Archive/pkg-plist b/www/p5-Apache-Archive/pkg-plist index 3fca1151c2c5..aa78aea3a7c1 100644 --- a/www/p5-Apache-Archive/pkg-plist +++ b/www/p5-Apache-Archive/pkg-plist @@ -3,3 +3,6 @@ lib/perl5/site_perl/%%PERL_VER%%/auto/Apache/Archive/autosplit.ix lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Archive/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/Archive @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/Apache/Archive +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Apache 2>/dev/null || true |