summaryrefslogtreecommitdiff
path: root/net/p5-File-Rsync/files/patch-Makefile.PL
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-17 00:52:46 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-17 00:52:46 +0000
commit8cceaca76f3b19d316809c61efb87c25bc77494e (patch)
treeec9a0857c67f7fc10eb846e87c6d36bf74d8e723 /net/p5-File-Rsync/files/patch-Makefile.PL
parentOnly transfer the build distfiles to bento if requested. (diff)
- update to 0.27
- use %%SITE_PERL%% PR: 52336 Submitted by: Mathieu Arnold <m@absolight.net>
Notes
Notes: svn path=/head/; revision=81132
Diffstat (limited to 'net/p5-File-Rsync/files/patch-Makefile.PL')
-rw-r--r--net/p5-File-Rsync/files/patch-Makefile.PL12
1 files changed, 9 insertions, 3 deletions
diff --git a/net/p5-File-Rsync/files/patch-Makefile.PL b/net/p5-File-Rsync/files/patch-Makefile.PL
index a49c785cff0f..e40e7094dfa1 100644
--- a/net/p5-File-Rsync/files/patch-Makefile.PL
+++ b/net/p5-File-Rsync/files/patch-Makefile.PL
@@ -1,6 +1,6 @@
---- Makefile.PL.orig Sun May 20 10:30:46 2001
-+++ Makefile.PL Sun May 20 10:33:25 2001
-@@ -16,7 +16,7 @@
+--- Makefile.PL.orig Tue Jun 26 01:36:15 2001
++++ Makefile.PL Fri May 16 17:55:25 2003
+@@ -16,9 +16,13 @@
DISTNAME => $DISTNAME,
AUTHOR => $AUTHOR,
ABSTRACT => $ABSTRACT,
@@ -8,4 +8,10 @@
+ PL_FILES => { 'makepm.PL ${LOCALBASE}' => 'Config.pm' },
PM => { 'Rsync.pm' => '$(INST_LIB)/File/Rsync.pm',
'Config.pm' => '$(INST_ARCHLIB)/File/Rsync/Config.pm' },
++ MAN3PODS => {
++ '$(INST_LIB)/File/Rsync.pm' => '$(INST_MAN3DIR)/File::Rsync.$(MAN3EXT)',
++ '$(INST_ARCHLIB)/File/Rsync/Config.pm' => '$(INST_MAN3DIR)/File::Rsync::Config.$(MAN3EXT)',
++ },
dist => { COMPRESS => 'gzip', SUFFIX => 'gz' },
+ realclean => { FILES => 'Config.pm' },
+ );