diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-13 08:50:37 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-13 08:50:37 +0000 |
commit | f3bd37889122bfd28530351a780dc3b11be3434c (patch) | |
tree | 1ca4624b363cfdfb5153403775d983081313744a /www | |
parent | 045f6f198090458e9c3ce36f979aee1e89465af4 (diff) | |
download | pkgsrc-f3bd37889122bfd28530351a780dc3b11be3434c.tar.gz |
Remove unneeded patch... module.mk sets INSTALLDIRS for us.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-CGI/distinfo | 3 | ||||
-rw-r--r-- | www/p5-CGI/patches/patch-aa | 12 |
2 files changed, 1 insertions, 14 deletions
diff --git a/www/p5-CGI/distinfo b/www/p5-CGI/distinfo index 41ee596679d..bc5a01df69f 100644 --- a/www/p5-CGI/distinfo +++ b/www/p5-CGI/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/04/21 18:33:35 mjl Exp $ +$NetBSD: distinfo,v 1.7 2003/09/13 08:50:37 jlam Exp $ SHA1 (CGI.pm-2.91.tar.gz) = 77d8945864316210af83c2c9e5a3f902c3eb3a04 Size (CGI.pm-2.91.tar.gz) = 199584 bytes -SHA1 (patch-aa) = b266728844c401c5656b1f51a485147826e9c1a5 diff --git a/www/p5-CGI/patches/patch-aa b/www/p5-CGI/patches/patch-aa deleted file mode 100644 index 402e147288c..00000000000 --- a/www/p5-CGI/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.3 2002/01/28 00:27:36 jlam Exp $ - ---- Makefile.PL.orig Sun Dec 9 16:40:58 2001 -+++ Makefile.PL -@@ -4,7 +4,6 @@ - # See lib/ExtUtils/MakeMaker.pm for details of how to influence - # the contents of the Makefile that is written. - WriteMakefile( -- 'INSTALLDIRS' => 'perl', - 'NAME' => 'CGI', - 'DISTNAME' => 'CGI.pm', - 'VERSION_FROM' => 'CGI.pm', |