summaryrefslogtreecommitdiff
path: root/ftp/mirror
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-04-26 21:59:41 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-04-26 21:59:41 +0000
commit7faec10cbbf19651231f99f8950333edd3b7eb12 (patch)
tree8898bbd2008ebc1dbd6eaf937df0a7f4bc072766 /ftp/mirror
parentAdd CFLAGS=${CFLAGS} to MAKE_ENV, otherwise gmake won't pick it up. (diff)
Fix a typo which prevents mirro from running properly (division by zero error)
Submitted by: Mike Peck <mike@binghamton.edu>
Notes
Notes: svn path=/head/; revision=3033
Diffstat (limited to 'ftp/mirror')
-rw-r--r--ftp/mirror/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp/mirror/files/patch-ac b/ftp/mirror/files/patch-ac
index 491ce4d23acc..427f851fb0e9 100644
--- a/ftp/mirror/files/patch-ac
+++ b/ftp/mirror/files/patch-ac
@@ -55,7 +55,7 @@
# Put the directory that mirror is actually in at the start of PERLLIB.
! # $dir = &real_dir_from_path( $0 );
-! $dir = "!!PREFIX!!"/lib/mirror";
+! $dir = "!!PREFIX!!/lib/mirror";
unshift( @INC, $dir );
# Make sure that your PERLLIB environment variable can get you