mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 08:49:15 -04:00
11 lines
227 B
Text
11 lines
227 B
Text
--- configure.orig Sat Sep 17 02:25:59 2005
|
|
+++ configure Sat Sep 17 02:26:04 2005
|
|
@@ -522,7 +522,7 @@
|
|
|
|
|
|
|
|
-if [ x$sysconfdir == 'x${prefix}/etc' ]; then
|
|
+if [ x$sysconfdir = 'x${prefix}/etc' ]; then
|
|
sysconfdir=/etc
|
|
fi
|
|
|