diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-05 09:35:05 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-05 09:35:05 +0000 |
commit | 8b113ce2f7c3cee2872bc8e0dfc1b4a8dc3cbf66 (patch) | |
tree | 82f4421bb661a99a83fc0bf3997143840b4ff903 /devel | |
parent | 01a979c78d3cbe51782853306136bc5847f3e3a9 (diff) | |
download | pkgsrc-8b113ce2f7c3cee2872bc8e0dfc1b4a8dc3cbf66.tar.gz |
Fix download URL.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Perl4-CoreLibs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/p5-Perl4-CoreLibs/Makefile b/devel/p5-Perl4-CoreLibs/Makefile index 617c89cf21a..46d0fa33ca7 100644 --- a/devel/p5-Perl4-CoreLibs/Makefile +++ b/devel/p5-Perl4-CoreLibs/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.2 2012/10/03 21:55:29 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2012/10/05 09:35:05 wiz Exp $ DISTNAME= Perl4-CoreLibs-0.003 PKGNAME= p5-${DISTNAME} PKGREVISION= 1 CATEGORIES= devel perl5 -MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Perl4-CoreLibs/} +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/Z/ZE/ZEFRAM/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://search.cpan.org/dist/Perl4-CoreLibs/ |