mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 20:39:18 -04:00
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
|