diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-11-03 20:23:40 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-11-03 20:23:40 +0000 |
commit | 6af4518a4b647cf093c4bb17def848b4428900b2 (patch) | |
tree | 14444e5c69e3900673fc4dbb5271197e329eb2eb /graphics/p5-Image-Grab | |
parent | Fix its #include <malloc.h> bug, found by src/include/malloc.h rev 1.4. (diff) |
- add missing .packlist file
PR: 31538
Submitted by: maintainer
- don't @dirrm ${SITE_PERL}/Image, use @unexec rmdir instead
Notes
Notes:
svn path=/head/; revision=49536
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 eae0b938bae5..2b28fac3b682 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 |