1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/ftp/ftpmirror/files/patch-aa
Satoshi Taoka 1741779f03 Ftpmirror is an utility to mirror with FTP
PR:		ports/10640
Submitted by:	Yasuhiro Fukuma yasuf@big.or.jp
1999-03-19 07:08:30 +00:00

13 lines
245 B
Plaintext

--- 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";
}
;#