diff options
author | asami <asami@FreeBSD.org> | 2000-05-09 14:33:35 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-05-09 14:33:35 +0800 |
commit | 98b618263b3fdb891675827dd4d2426e14697e12 (patch) | |
tree | 5bffbddbad391364c13f236f99fb4628b62964c6 /www/p5-libwww | |
parent | 2b7d40f4a2b849170bc29c5e54ef80fe9264883a (diff) | |
download | freebsd-ports-gnome-98b618263b3fdb891675827dd4d2426e14697e12.tar.gz freebsd-ports-gnome-98b618263b3fdb891675827dd4d2426e14697e12.tar.zst freebsd-ports-gnome-98b618263b3fdb891675827dd4d2426e14697e12.zip |
Remove three dirctories upon exit if empty.
Submitted by: bento
Diffstat (limited to 'www/p5-libwww')
-rw-r--r-- | www/p5-libwww/pkg-plist | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/p5-libwww/pkg-plist b/www/p5-libwww/pkg-plist index 6e45d86ee831..23e97eb446dd 100644 --- a/www/p5-libwww/pkg-plist +++ b/www/p5-libwww/pkg-plist @@ -53,3 +53,6 @@ lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW/RobotRules @dirrm lib/perl5/site_perl/%%PERL_VER%%/WWW @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/libwww-perl +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Bundle 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/File 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/HTML 2>/dev/null || true |