summaryrefslogtreecommitdiff
path: root/ftp/ftpmirror/files
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-03-19 07:08:30 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-03-19 07:08:30 +0000
commit1741779f03fa8fba256ec9ca9b3d37e1c4779336 (patch)
treec66cd8b5d73441716cd76a2c6943cb7c5973d54e /ftp/ftpmirror/files
parentNow that gettext includes a shared library, dependencies should (diff)
Ftpmirror is an utility to mirror with FTP
PR: ports/10640 Submitted by: Yasuhiro Fukuma yasuf@big.or.jp
Notes
Notes: svn path=/head/; revision=17286
Diffstat (limited to 'ftp/ftpmirror/files')
-rw-r--r--ftp/ftpmirror/files/patch-aa12
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/ftpmirror/files/patch-aa b/ftp/ftpmirror/files/patch-aa
new file mode 100644
index 000000000000..5edc14693fca
--- /dev/null
+++ b/ftp/ftpmirror/files/patch-aa
@@ -0,0 +1,12 @@
+--- Fan/Fan.pm.orig Sat Sep 19 12:57:26 1998
++++ Fan/Fan.pm Sun Jan 10 03:43:34 1999
+@@ -48,8 +48,7 @@
+
+ ;# Where configuration files are.
+ BEGIN {
+- use Config;
+- $sysconfdir = "$Config{prefix}/etc";
++ $sysconfdir = "%%PREFIX%%/etc";
+ }
+
+ ;#