diff options
Diffstat (limited to 'www/bluefish-devel/files/patch-Makefile.in')
-rw-r--r-- | www/bluefish-devel/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/www/bluefish-devel/files/patch-Makefile.in b/www/bluefish-devel/files/patch-Makefile.in new file mode 100644 index 000000000000..67a5fc855e22 --- /dev/null +++ b/www/bluefish-devel/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Tue Jun 10 20:15:57 2003 ++++ Makefile.in Sat Jun 21 19:53:20 2003 +@@ -45,7 +45,7 @@ + bluefish:all + all: + @cd src/ && $(MAKE) all +- if [ ${USE_NLS} == "yes" ]; then \ ++ if [ ${USE_NLS} = "yes" ]; then \ + cd po/ && $(MAKE) all; \ + fi + @cd data/ && $(MAKE) all +@@ -77,7 +77,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 \ + cd po/ && $(MAKE) install;\ + fi + @cd data/ && $(MAKE) install |