4a25988c2e
PR: ports/121609 Submitted by: Richard Neese <r.neese@gmail.com> Approved by: maintainer timeout (sobomax; 20 days)
14 lines
337 B
Text
14 lines
337 B
Text
|
|
$FreeBSD$
|
|
|
|
--- 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
|