mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
a6e587c45c
Submitted by: Scott Blachowicz
14 lines
467 B
Plaintext
14 lines
467 B
Plaintext
--- configure.in-dist Wed Jun 4 19:39:43 1997
|
|
+++ configure.in Sat Jun 21 10:13:11 1997
|
|
@@ -424,8 +424,8 @@
|
|
[test -z "$CONFIG_HEADERS" || echo > stamp-h])
|
|
|
|
eval "nmhbin=${bindir}"; eval "nmhbin2=${nmhbin}"
|
|
-eval "nmhetc=${etcdir}"; eval "nmhetc2=${nmhetc}"
|
|
-eval "nmhlib=${libdir}"; eval "nmhlib2=${nmhlib}"
|
|
+eval "nmhetc=${sysconfdir}"; eval "nmhetc2=${nmhetc}"
|
|
+eval "nmhlib=${libexecdir}"; eval "nmhlib2=${nmhlib}"
|
|
eval "nmhman=${mandir}"
|
|
|
|
echo "
|