mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
11 lines
325 B
Text
11 lines
325 B
Text
--- lang/cmulex/make_cmulex.orig
|
|
+++ lang/cmulex/make_cmulex
|
|
@@ -36,7 +36,7 @@
|
|
## ##
|
|
###########################################################################
|
|
|
|
-if [ "x$FLITEDIR" == "x" ]
|
|
+if [ "x$FLITEDIR" = "x" ]
|
|
then
|
|
FLITEDIR=`pwd`/../..
|
|
fi
|