mirror of
https://git.freebsd.org/ports.git
synced 2025-06-09 06:40:33 -04:00
23 lines
394 B
Text
23 lines
394 B
Text
|
|
$FreeBSD$
|
|
|
|
--- configure.orig Tue Oct 23 10:18:27 2001
|
|
+++ configure Tue Oct 23 10:18:56 2001
|
|
@@ -9234,7 +9234,7 @@
|
|
|
|
|
|
|
|
-if test $perl_val == true; then
|
|
+if [ $perl_val = true ]; then
|
|
WITH_PERL_TRUE=
|
|
WITH_PERL_FALSE='#'
|
|
else
|
|
@@ -9249,7 +9249,7 @@
|
|
|
|
|
|
#GNOMEDB_oafdir=`oaf-config --prefix`/share/oaf
|
|
-GNOMEDB_oafdir=${prefix}/share/oaf
|
|
+GNOMEDB_oafdir=${prefix}/share/gnome/oaf
|
|
|
|
|
|
|