diff options
author | dwcjr <dwcjr@FreeBSD.org> | 2001-06-09 23:23:14 +0000 |
---|---|---|
committer | dwcjr <dwcjr@FreeBSD.org> | 2001-06-09 23:23:14 +0000 |
commit | 2165865c51826e58cbc5d5eda5b25f563fe6104b (patch) | |
tree | adb76f2e6c03a5b51ea4c723df035795fed595c6 /graphics/p5-GD-Barcode | |
parent | 9cc1961b147f0a10fa3b2719f4c7c0f020894635 (diff) | |
download | FreeBSD-ports-2165865c51826e58cbc5d5eda5b25f563fe6104b.zip FreeBSD-ports-2165865c51826e58cbc5d5eda5b25f563fe6104b.tar.gz |
Please bento
-Take out nonexistant dirs
-Add new dirs installed by port
PR: 27969
Submitted by: Pete Fritchman <petef@databits.net>
Reviewed by: will
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 78a329a..437638664 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 |