aboutsummaryrefslogtreecommitdiffstats
path: root/ftp/mirror
diff options
context:
space:
mode:
authortorstenb <torstenb@FreeBSD.org>1996-04-27 05:59:41 +0800
committertorstenb <torstenb@FreeBSD.org>1996-04-27 05:59:41 +0800
commit474a1bcf0ff498638d7c1824c89c3f2eb3fce06c (patch)
treecaff4474c4746d7603e6560ae8f2bcde3ecbf9a1 /ftp/mirror
parent5b6510b449c78880bfe418d199eee105e19014f7 (diff)
downloadfreebsd-ports-gnome-474a1bcf0ff498638d7c1824c89c3f2eb3fce06c.tar.gz
freebsd-ports-gnome-474a1bcf0ff498638d7c1824c89c3f2eb3fce06c.tar.zst
freebsd-ports-gnome-474a1bcf0ff498638d7c1824c89c3f2eb3fce06c.zip
Fix a typo which prevents mirro from running properly (division by zero error)
Submitted by: Mike Peck <mike@binghamton.edu>
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