diff options
author | petef <petef@FreeBSD.org> | 2001-11-03 20:23:40 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-03 20:23:40 +0000 |
commit | 1a75288e722c4e64ca5f2dd30994d99feea2bcdf (patch) | |
tree | fc7e8ce506c624e3e2c1ca41249373588947e798 /graphics/p5-Image-Grab | |
parent | 5f3ec5df82424192793eca6319e870c66e07c31d (diff) | |
download | FreeBSD-ports-1a75288e722c4e64ca5f2dd30994d99feea2bcdf.zip FreeBSD-ports-1a75288e722c4e64ca5f2dd30994d99feea2bcdf.tar.gz |
- add missing .packlist file
PR: 31538
Submitted by: maintainer
- don't @dirrm ${SITE_PERL}/Image, use @unexec rmdir instead
Diffstat (limited to 'graphics/p5-Image-Grab')
-rw-r--r-- | graphics/p5-Image-Grab/pkg-plist | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/p5-Image-Grab/pkg-plist b/graphics/p5-Image-Grab/pkg-plist index eae0b93..2b28fac 100644 --- a/graphics/p5-Image-Grab/pkg-plist +++ b/graphics/p5-Image-Grab/pkg-plist @@ -1,5 +1,8 @@ lib/perl5/site_perl/%%PERL_VER%%/Image/Grab.pod lib/perl5/site_perl/%%PERL_VER%%/Image/Grab/RequestAgent.pm lib/perl5/site_perl/%%PERL_VER%%/Image/Grab.pm +lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Grab/.packlist @dirrm lib/perl5/site_perl/%%PERL_VER%%/Image/Grab -@dirrm lib/perl5/site_perl/%%PERL_VER%%/Image +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/Image 2>/dev/null || true +@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image/Grab +@unexec rmdir %D/lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Image 2>/dev/null || true |