diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2007-07-29 12:01:43 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2007-07-29 12:01:43 +0000 |
commit | 6f7ecb2e610bc10c0ab79addb850138318db5df2 (patch) | |
tree | 6d98290c695d43c751225f94ff4b43f4358689db /net/p5-Net-Ping | |
parent | 22a1335f7a7df88ae50592f59fb8638d1d0cde04 (diff) | |
download | ports-6f7ecb2e610bc10c0ab79addb850138318db5df2.tar.gz ports-6f7ecb2e610bc10c0ab79addb850138318db5df2.zip |
Notes
Diffstat (limited to 'net/p5-Net-Ping')
-rw-r--r-- | net/p5-Net-Ping/Makefile | 1 | ||||
-rw-r--r-- | net/p5-Net-Ping/files/patch-Makefile.PL | 11 |
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", |