diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-07-14 12:24:24 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-07-14 12:24:24 +0000 |
commit | c58c424c0845fe9b7061ff4186f2d222b1acdc1a (patch) | |
tree | 215a52d46fe9383363c0a87e119b6f00707553ac /graphics | |
parent | 31e1de17d91e01e1e145e35bd315c51f2da686ce (diff) | |
download | FreeBSD-ports-c58c424c0845fe9b7061ff4186f2d222b1acdc1a.zip FreeBSD-ports-c58c424c0845fe9b7061ff4186f2d222b1acdc1a.tar.gz |
Conditionally remove remaining installed dirs
Noticed by: bento
Diffstat (limited to 'graphics')
-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 1b03d1b..0b9ad59 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 |