diff options
author | steve <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-14 22:31:52 +0000 |
commit | a44fd90d222009b3b26973f0a34c83d050b6e662 (patch) | |
tree | 4c946e97024df98783512cced0281e32054e212b /www/p5-HTML-Clean/pkg-plist | |
parent | daa7d9fbe3ad1fb3fc7564f0acb234122158ae1a (diff) | |
download | FreeBSD-ports-a44fd90d222009b3b26973f0a34c83d050b6e662.zip FreeBSD-ports-a44fd90d222009b3b26973f0a34c83d050b6e662.tar.gz |
Remove empty directories on uninstall.
Diffstat (limited to 'www/p5-HTML-Clean/pkg-plist')
-rw-r--r-- | www/p5-HTML-Clean/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/p5-HTML-Clean/pkg-plist b/www/p5-HTML-Clean/pkg-plist index a60104c..fa4f4b4 100644 --- a/www/p5-HTML-Clean/pkg-plist +++ b/www/p5-HTML-Clean/pkg-plist @@ -3,7 +3,10 @@ lib/perl5/site_perl/%%PERL_VER%%/HTML/Clean.pm @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Clean/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML/Clean -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null|| true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/HTML 2>/dev/null || true lib/perl5/site_perl/%%PERL_VER%%/auto/HTML/Clean/autosplit.ix @dirrm lib/perl5/site_perl/%%PERL_VER%%/auto/HTML/Clean @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/auto/HTML 2>/dev/null || true +@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man3 2>/dev/null || true +@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man/man1 2>/dev/null || true +@unexec rmdir %D/lib/perl5/%%PERL_VERSION%%/man 2>/dev/null || true |