diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-21 07:31:21 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-21 07:31:21 +0000 |
commit | 42e0d6d4031fa7f776f79fba54d54e22156d34b3 (patch) | |
tree | 01a9f23b1f79f64e5c89ee80e14784e496d7e627 | |
parent | c8c011ee63c2f5f59587e083ae87910d0f8151e6 (diff) | |
download | pkgsrc-42e0d6d4031fa7f776f79fba54d54e22156d34b3.tar.gz |
Always install into site_perl, never into the main perl directory.
-rw-r--r-- | devel/p5-Test-Simple/distinfo | 3 | ||||
-rw-r--r-- | devel/p5-Test-Simple/patches/patch-aa | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/devel/p5-Test-Simple/distinfo b/devel/p5-Test-Simple/distinfo index b93e0718f16..235203933b8 100644 --- a/devel/p5-Test-Simple/distinfo +++ b/devel/p5-Test-Simple/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.9 2002/10/20 03:16:05 shell Exp $ +$NetBSD: distinfo,v 1.10 2002/10/21 07:31:21 jlam Exp $ SHA1 (Test-Simple-0.47.tar.gz) = f9e3c343923699eb4c0cb96ac5b574fa11a3149c Size (Test-Simple-0.47.tar.gz) = 45820 bytes +SHA1 (patch-aa) = 5e560800eae1bbaadc55b5a73f2f9a376098542a diff --git a/devel/p5-Test-Simple/patches/patch-aa b/devel/p5-Test-Simple/patches/patch-aa new file mode 100644 index 00000000000..4e0a6ad7726 --- /dev/null +++ b/devel/p5-Test-Simple/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1 2002/10/21 07:31:23 jlam Exp $ + +--- Makefile.PL.orig Mon Aug 26 06:53:00 2002 ++++ Makefile.PL +@@ -35,9 +35,7 @@ WriteMakefile( + PREREQ_PM => { + Test::Harness => 2.03, + File::Spec => 0.6, +- }, +- # Added to the core somewhere around 5.7.2. +- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site' ++ } + ); + + |