diff options
author | jlam <jlam> | 2002-02-27 16:28:48 +0000 |
---|---|---|
committer | jlam <jlam> | 2002-02-27 16:28:48 +0000 |
commit | 53a2b95c3eacbd9ace5e9e118d5e8e9c36f8f75b (patch) | |
tree | 8c88bfab7d42912b53669aef76fc4cb976083c9f /www | |
parent | 7016a8454ae3a8293d75447c8bcb2dec5697ca6e (diff) | |
download | pkgsrc-53a2b95c3eacbd9ace5e9e118d5e8e9c36f8f75b.tar.gz |
The distfile at Lincoln Stein's page appears to be larger than the
ones on the various CPAN sites. Since he's the software author, we
assume his is the definitive file.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/www/p5-CGI/Makefile b/www/p5-CGI/Makefile index 605a6898238..4d04df3c3e5 100644 --- a/www/p5-CGI/Makefile +++ b/www/p5-CGI/Makefile @@ -1,12 +1,17 @@ -# $NetBSD: Makefile,v 1.17 2002/01/28 00:27:36 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2002/02/27 16:28:48 jlam Exp $ # DISTNAME= CGI.pm-2.79 PKGNAME= p5-CGI-2.79 SVR4_PKGNAME= p5cgi CATEGORIES= www perl5 -MASTER_SITES= http://stein.cshl.org/WWW/software/CGI/ \ - ${MASTER_SITE_PERL_CPAN:=CGI/} +MASTER_SITES= http://stein.cshl.org/WWW/software/CGI/ + +# The distfile at Lincoln Stein's page appears to be larger than the +# ones on the various CPAN sites. Since he's the software author, we +# assume his is the definitive file. +# +#MASTER_SITES+= ${MASTER_SITE_PERL_CPAN:=CGI/} MAINTAINER= jlam@netbsd.org HOMEPAGE= http://stein.cshl.org/WWW/software/CGI/ |