diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-22 05:52:28 +0000 |
commit | d568611c3eb334453c4a0352b61f081a623d72f1 (patch) | |
tree | c3c2e5147c98015eb1ada868e403a08ef31d9123 /graphics/p5-Chart-PNGgraph | |
parent | f35229590b6b5b323c1b01abd2946e20fc1a0476 (diff) | |
download | ports-d568611c3eb334453c4a0352b61f081a623d72f1.tar.gz ports-d568611c3eb334453c4a0352b61f081a623d72f1.zip |
Notes
Diffstat (limited to 'graphics/p5-Chart-PNGgraph')
-rw-r--r-- | graphics/p5-Chart-PNGgraph/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/p5-Chart-PNGgraph/pkg-plist b/graphics/p5-Chart-PNGgraph/pkg-plist index 762ff8701566..71a424897762 100644 --- a/graphics/p5-Chart-PNGgraph/pkg-plist +++ b/graphics/p5-Chart-PNGgraph/pkg-plist @@ -11,5 +11,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart/PNGgraph @dirrm %%SITE_PERL%%/Chart/PNGgraph -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart > /dev/null 2>&1 || true -@unexec rmdir %D/%%SITE_PERL%%/Chart > /dev/null 2>&1 || true +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Chart +@dirrmtry %%SITE_PERL%%/Chart |