aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Test-Simple
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2002-08-28 21:24:31 +0000
committerAlan Eldridge <alane@FreeBSD.org>2002-08-28 21:24:31 +0000
commitf8fe36a5adf1331a5f54c7cf183193ad3f4ef76a (patch)
treee034928f8dc90b3935650176b8232b56c3ff6a79 /devel/p5-Test-Simple
parentb24a852cb9fc1211f0120c6033e58f74a1bda00b (diff)
downloadports-f8fe36a5adf1331a5f54c7cf183193ad3f4ef76a.tar.gz
ports-f8fe36a5adf1331a5f54c7cf183193ad3f4ef76a.zip
Notes
Diffstat (limited to 'devel/p5-Test-Simple')
-rw-r--r--devel/p5-Test-Simple/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/p5-Test-Simple/files/patch-Makefile.PL b/devel/p5-Test-Simple/files/patch-Makefile.PL
new file mode 100644
index 000000000000..6aa572f82bd4
--- /dev/null
+++ b/devel/p5-Test-Simple/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL~ Mon Aug 26 06:53:00 2002
++++ Makefile.PL Wed Aug 28 11:15:58 2002
+@@ -37,7 +37,7 @@
+ File::Spec => 0.6,
+ },
+ # Added to the core somewhere around 5.7.2.
+- INSTALLDIRS => $] >= 5.00702 ? 'perl' : 'site'
++ INSTALLDIRS => 'site'
+ );
+
+