aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL')
-rw-r--r--net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL11
1 files changed, 11 insertions, 0 deletions
diff --git a/net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL b/net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL
new file mode 100644
index 00000000000..87a4aada572
--- /dev/null
+++ b/net-mgmt/p5-Nagios-Plugins-Memcached/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- ./Makefile.PL.orig 2007-12-20 21:29:34.000000000 +0000
++++ ./Makefile.PL 2007-12-20 21:29:46.000000000 +0000
+@@ -12,8 +12,6 @@
+ requires('Nagios::Plugin');
+ requires('Time::HiRes');
+
+-install_script "bin/check_memcached";
+-
+ use_test_base;
+
+ auto_include;