diff options
author | Steve Price <steve@FreeBSD.org> | 2001-04-20 13:16:43 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2001-04-20 13:16:43 +0000 |
commit | 16f1331280ef5925f1d563a5a366936c7da9851e (patch) | |
tree | 5887e513ba074f4cfc3862937848e8d23c608099 /www/p5-Apache-AuthenCache | |
parent | d57d9f68e75f64eb936102584175179c8471ee5f (diff) | |
download | ports-16f1331280ef5925f1d563a5a366936c7da9851e.tar.gz ports-16f1331280ef5925f1d563a5a366936c7da9851e.zip |
Remove empty directories on uninstall.
Notes
Notes:
svn path=/head/; revision=41709
Diffstat (limited to 'www/p5-Apache-AuthenCache')
-rw-r--r-- | www/p5-Apache-AuthenCache/pkg-plist | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/p5-Apache-AuthenCache/pkg-plist b/www/p5-Apache-AuthenCache/pkg-plist index 78402d27b3ed..c84aea468239 100644 --- a/www/p5-Apache-AuthenCache/pkg-plist +++ b/www/p5-Apache-AuthenCache/pkg-plist @@ -2,3 +2,4 @@ lib/perl5/site_perl/%%PERL_VER%%/Apache/AuthenCache.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthenCache/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Apache/AuthenCache @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%%/Apache 2>/dev/null || true |