diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-14 12:24:24 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-07-14 12:24:24 +0000 |
commit | 1e0b1948d4a4d728638bed610f9f3b9b65f28d41 (patch) | |
tree | 63de9771027da1d953b8bcfbf7f2affa1412e872 /graphics/p5-Chart-PNGgraph | |
parent | a31a942a8d876eb76063d56346f0a33919580a30 (diff) |
Conditionally remove remaining installed dirs
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=30615
Diffstat (limited to 'graphics/p5-Chart-PNGgraph')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/p5-Chart-PNGgraph/pkg-plist b/graphics/p5-Chart-PNGgraph/pkg-plist index 1b03d1b5a50e..0b9ad593c051 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-plist +++ b/graphics/p5-Chart-PNGgraph/pkg-plist @@ -11,3 +11,5 @@ lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph/points.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/PNGgraph/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart/PNGgraph @dirrm lib/perl5/site_perl/%%PERL_VER%%/Chart/PNGgraph +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Chart > /dev/null 2>&1 || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Chart > /dev/null 2>&1 || true |