diff options
author | obache <obache@pkgsrc.org> | 2011-05-19 05:13:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-05-19 05:13:45 +0000 |
commit | 4d553d724a38360b0ecaebc2a5348c6d5be12976 (patch) | |
tree | d440a82f66b2787567b8c0538c33334d2dc7fbe2 /graphics/p5-GD-Barcode | |
parent | bdd9f4108fcf3ec02e87055b988112e6e3f68a0b (diff) | |
download | pkgsrc-4d553d724a38360b0ecaebc2a5348c6d5be12976.tar.gz |
* Change MASTER_SITES subdir to usual simple one.
* Add missing tail / of HOMEPAGE.
Diffstat (limited to 'graphics/p5-GD-Barcode')
-rw-r--r-- | graphics/p5-GD-Barcode/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/p5-GD-Barcode/Makefile b/graphics/p5-GD-Barcode/Makefile index 81b1d543ff4..b7bc1f669b6 100644 --- a/graphics/p5-GD-Barcode/Makefile +++ b/graphics/p5-GD-Barcode/Makefile @@ -1,12 +1,12 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/05/17 11:14:08 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.2 2011/05/19 05:13:45 obache Exp $ DISTNAME= GD-Barcode-1.15 PKGNAME= p5-${DISTNAME} CATEGORIES= graphics perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/K/KW/KWITKNR/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=GD/} MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://search.cpan.org/dist/GD-Barcode +HOMEPAGE= http://search.cpan.org/dist/GD-Barcode/ COMMENT= Create barcode image with GD LICENSE= ${PERL5_LICENSE} |