diff options
author | jlam <jlam@pkgsrc.org> | 2001-09-27 04:26:49 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-09-27 04:26:49 +0000 |
commit | ffd2f7e9f130a514098ff2f4488b95151c5d293a (patch) | |
tree | 8046a6389faac01bdecd5a5b593f808df7b92514 /devel/p5-Test-Harness/patches | |
parent | d96d395e47700da3c4d900ec4d794ff448805e96 (diff) | |
download | pkgsrc-ffd2f7e9f130a514098ff2f4488b95151c5d293a.tar.gz |
devel/p5-Test-Harness - run perl standard test scripts with statistics.
Provided in pkg/13845 by Sen Nagata <sen@eccosys.com> with some fixes by
me to install into ${PERL5_SITEARCH} instead of mixing the module with the
standard perl library in ${PERL5_ARCHLIB}.
Diffstat (limited to 'devel/p5-Test-Harness/patches')
-rw-r--r-- | devel/p5-Test-Harness/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/p5-Test-Harness/patches/patch-aa b/devel/p5-Test-Harness/patches/patch-aa new file mode 100644 index 00000000000..0d9f477eea8 --- /dev/null +++ b/devel/p5-Test-Harness/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/09/27 04:26:49 jlam Exp $ + +--- Makefile.PL.orig Wed May 23 14:25:38 2001 ++++ Makefile.PL +@@ -35,7 +35,6 @@ + NAME => $PACKAGE, + VERSION_FROM => "lib/$PACKAGE_FILE.pm", # finds $VERSION + PREREQ_PM => { }, +- INSTALLDIRS => 'perl', + 'dist' => { COMPRESS => 'gzip -9', + SUFFIX => '.gz', + DIST_DEFAULT => 'all tardist', |