diff options
author | steve <steve@FreeBSD.org> | 2001-04-20 13:16:43 +0000 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2001-04-20 13:16:43 +0000 |
commit | d46cf3e1aa8f7a5039dcb67b236231a612c4bf60 (patch) | |
tree | f78ecaf3f5c97d6c7bed3bb304f86ffbc2892042 /devel | |
parent | 6ef77a4c92e776206c45142d1c513e7aaadba1f4 (diff) | |
download | FreeBSD-ports-d46cf3e1aa8f7a5039dcb67b236231a612c4bf60.zip FreeBSD-ports-d46cf3e1aa8f7a5039dcb67b236231a612c4bf60.tar.gz |
Remove empty directories on uninstall.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Class-Tom/pkg-plist | 1 | ||||
-rw-r--r-- | devel/p5-IPC-Cache/pkg-plist | 2 | ||||
-rw-r--r-- | devel/p5-Tie-IxHash/pkg-plist | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/devel/p5-Class-Tom/pkg-plist b/devel/p5-Class-Tom/pkg-plist index f304523..cb0ebaa 100644 --- a/devel/p5-Class-Tom/pkg-plist +++ b/devel/p5-Class-Tom/pkg-plist @@ -3,6 +3,7 @@ lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Encode/Base64.pm lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Code.pm lib/perl5/site_perl/%%PERL_VER%%/Class/Tom.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Tom/.packlist +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class/Tom @dirrm lib/perl5/site_perl/%%PERL_VER%%/Class/Tom/Encode @dirrm lib/perl5/site_perl/%%PERL_VER%%/Class/Tom @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Class 2>/dev/null || true diff --git a/devel/p5-IPC-Cache/pkg-plist b/devel/p5-IPC-Cache/pkg-plist index 6f2716b..366682b 100644 --- a/devel/p5-IPC-Cache/pkg-plist +++ b/devel/p5-IPC-Cache/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/IPC/Cache.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC/Cache +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/IPC 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/IPC 2>/dev/null || true diff --git a/devel/p5-Tie-IxHash/pkg-plist b/devel/p5-Tie-IxHash/pkg-plist index e03074c..c1817a7 100644 --- a/devel/p5-Tie-IxHash/pkg-plist +++ b/devel/p5-Tie-IxHash/pkg-plist @@ -1,3 +1,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Tie/IxHash.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/IxHash/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie/IxHash +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Tie 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Tie 2>/dev/null || true |