summaryrefslogtreecommitdiff
path: root/net/p5-File-Rsync/files
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2004-11-08 03:48:40 +0000
committerPete Fritchman <petef@FreeBSD.org>2004-11-08 03:48:40 +0000
commitffa392e695e8b97dd65c245c7f4e67f990679e54 (patch)
treeb8c29e53dfb17a845eee71e535c6469f2b6e3322 /net/p5-File-Rsync/files
parent* this software appears to have gone away from the authors website; cache (diff)
* update to 0.34
Diffstat (limited to 'net/p5-File-Rsync/files')
-rw-r--r--net/p5-File-Rsync/files/patch-makepm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/p5-File-Rsync/files/patch-makepm.PL b/net/p5-File-Rsync/files/patch-makepm.PL
index d08ec52455be..d7f78af10c3a 100644
--- a/net/p5-File-Rsync/files/patch-makepm.PL
+++ b/net/p5-File-Rsync/files/patch-makepm.PL
@@ -31,7 +31,7 @@
-$RSYNC=~s/\\/\\\\/g;
-$RSYNC=~s/\'/\\\'/g;
+$PREFIX=@ARGV[0];
-+$RSYNC=$PREFIX . "/rsync";
++$RSYNC=$PREFIX . "/bin/rsync";
+print "Path to rsync [$RSYNC]";
open IN,'Config.in' or die "Cannot read Config.in: $!\n";
open OUT,'>Config.pm' or die "Cannot write Config.pm: $!\n";