diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-09 23:23:14 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2001-06-09 23:23:14 +0000 |
commit | d84d6bc0dbf1e3b8e8cf9f591a0ae53ab6ea0ed6 (patch) | |
tree | 3c34bfb4c5b9594d639ae90da909d22e1544e8be /graphics/p5-GD-Barcode | |
parent | fb9fdc1b5f7ce31631b1e7fddd24a0cc55e99253 (diff) | |
download | ports-d84d6bc0dbf1e3b8e8cf9f591a0ae53ab6ea0ed6.tar.gz ports-d84d6bc0dbf1e3b8e8cf9f591a0ae53ab6ea0ed6.zip |
Please bento
-Take out nonexistant dirs
-Add new dirs installed by port
PR: 27969
Submitted by: Pete Fritchman <petef@databits.net>
Reviewed by: will
Notes
Notes:
svn path=/head/; revision=43732
Diffstat (limited to 'graphics/p5-GD-Barcode')
-rw-r--r-- | graphics/p5-GD-Barcode/pkg-plist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/p5-GD-Barcode/pkg-plist b/graphics/p5-GD-Barcode/pkg-plist index 78a329ac6495..437638664d88 100644 --- a/graphics/p5-GD-Barcode/pkg-plist +++ b/graphics/p5-GD-Barcode/pkg-plist @@ -12,5 +12,6 @@ lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/UPCA.pm lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode/UPCE.pm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Barcode/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD/Barcode -@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/Barcode 2>/dev/null || true +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/GD 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/GD/Barcode @unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/GD 2>/dev/null || true |