diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2018-10-10 18:23:27 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2018-10-10 18:23:27 +0800 |
commit | 661b7656267b70a41824cc6a3b79e40e8b82ebf8 (patch) | |
tree | 952e8df88dec1e8b95e915fb1c5d01af28089c0d /graphics | |
parent | 3ace37479c76b6edad5e57629fffcd89c7e4d566 (diff) | |
download | freebsd-ports-gnome-661b7656267b70a41824cc6a3b79e40e8b82ebf8.tar.gz freebsd-ports-gnome-661b7656267b70a41824cc6a3b79e40e8b82ebf8.tar.zst freebsd-ports-gnome-661b7656267b70a41824cc6a3b79e40e8b82ebf8.zip |
Fix LICENSE
- While I'm here, sort PLIST
Approved by: portmgr (blanket)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/p5-Image-Size/Makefile | 3 | ||||
-rw-r--r-- | graphics/p5-Image-Size/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/graphics/p5-Image-Size/Makefile b/graphics/p5-Image-Size/Makefile index 7002f52e01da..6320ba6a271f 100644 --- a/graphics/p5-Image-Size/Makefile +++ b/graphics/p5-Image-Size/Makefile @@ -10,7 +10,8 @@ PKGNAMEPREFIX= p5- MAINTAINER= tolid@tolid.eu.org COMMENT= Perl5 module to determine the size of images in several common formats -LICENSE= ARTPERL10 +LICENSE= ART20 LGPL21 +LICENSE_COMB= dual USES= perl5 USE_PERL5= configure diff --git a/graphics/p5-Image-Size/pkg-plist b/graphics/p5-Image-Size/pkg-plist index 8700c5aed657..e6565964be76 100644 --- a/graphics/p5-Image-Size/pkg-plist +++ b/graphics/p5-Image-Size/pkg-plist @@ -1,4 +1,4 @@ bin/imgsize -%%PERL5_MAN3%%/Image::Size.3.gz -%%PERL5_MAN1%%/imgsize.1.gz %%SITE_PERL%%/Image/Size.pm +%%PERL5_MAN1%%/imgsize.1.gz +%%PERL5_MAN3%%/Image::Size.3.gz |