diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2001-01-12 10:06:40 +0800 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2001-01-12 10:06:40 +0800 |
commit | 9e5dacd46dfe5897bf9117b12bf3bb9145770c8b (patch) | |
tree | efef01a7734dfcd439f83a2be342d73188c785a1 /www/p5-Apache-Archive | |
parent | 2b8f581ac733a7c5fe06425b932f2d25a72f3b4b (diff) | |
download | freebsd-ports-gnome-9e5dacd46dfe5897bf9117b12bf3bb9145770c8b.tar.gz freebsd-ports-gnome-9e5dacd46dfe5897bf9117b12bf3bb9145770c8b.tar.zst freebsd-ports-gnome-9e5dacd46dfe5897bf9117b12bf3bb9145770c8b.zip |
Add 3 "@unexec rmdir"s.
Reported by: bento
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 |