aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/p5-Net-Ping/Makefile1
-rw-r--r--net/p5-Net-Ping/files/patch-Makefile.PL11
2 files changed, 12 insertions, 0 deletions
diff --git a/net/p5-Net-Ping/Makefile b/net/p5-Net-Ping/Makefile
index 02bf2b315bc9..ed21fbfcb41e 100644
--- a/net/p5-Net-Ping/Makefile
+++ b/net/p5-Net-Ping/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Net-Ping
PORTVERSION= 2.31
+PORTREVISION= 1
CATEGORIES= net perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
MASTER_SITE_SUBDIR= Net
diff --git a/net/p5-Net-Ping/files/patch-Makefile.PL b/net/p5-Net-Ping/files/patch-Makefile.PL
new file mode 100644
index 000000000000..f86ea31c1b31
--- /dev/null
+++ b/net/p5-Net-Ping/files/patch-Makefile.PL
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig 2007-07-29 15:52:47.000000000 +0400
++++ Makefile.PL 2007-07-29 15:52:55.000000000 +0400
+@@ -4,7 +4,7 @@
+ # Hack to avoid rpm conflicts with old man page.
+ MAN3EXT => 3,
+ # Hack to force this version to override.
+- INSTALLSITELIB => "\$(INSTALLARCHLIB)",
++# INSTALLSITELIB => "\$(INSTALLARCHLIB)",
+ };
+ WriteMakefile
+ NAME => "Net::Ping",