mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
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";
|
||
|
}
|
||
|
|
||
|
;#
|