mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
1741779f03
PR: ports/10640 Submitted by: Yasuhiro Fukuma yasuf@big.or.jp
13 lines
245 B
Plaintext
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";
|
|
}
|
|
|
|
;#
|