mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
4a25988c2e
PR: ports/121609 Submitted by: Richard Neese <r.neese@gmail.com> Approved by: maintainer timeout (sobomax; 20 days)
15 lines
337 B
Plaintext
15 lines
337 B
Plaintext
|
|
$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
|