diff options
Diffstat (limited to 'www/bluefish-devel/files/patch-Makefile.in')
-rw-r--r-- | www/bluefish-devel/files/patch-Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bluefish-devel/files/patch-Makefile.in b/www/bluefish-devel/files/patch-Makefile.in index 67a5fc855e22..7ae8e282f06a 100644 --- a/www/bluefish-devel/files/patch-Makefile.in +++ b/www/bluefish-devel/files/patch-Makefile.in @@ -4,7 +4,7 @@ bluefish:all all: @cd src/ && $(MAKE) all -- if [ ${USE_NLS} == "yes" ]; then \ +- if [ "${USE_NLS}" == "yes" ]; then \ + if [ ${USE_NLS} = "yes" ]; then \ cd po/ && $(MAKE) all; \ fi @@ -13,7 +13,7 @@ $(INSTALL_DATA) inline_images/bluefish_icon1.png $(iconpath)/bluefish-icon.png ;\ fi @cd src/ && $(MAKE) install -- if [ ${USE_NLS} == "yes" ]; then \ +- if [ "${USE_NLS}" == "yes" ]; then \ + if [ ${USE_NLS} = "yes" ]; then \ cd po/ && $(MAKE) install;\ fi |