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, 0 insertions, 20 deletions
diff --git a/www/bluefish-devel/files/patch-Makefile.in b/www/bluefish-devel/files/patch-Makefile.in deleted file mode 100644 index 7ae8e282f06a..000000000000 --- a/www/bluefish-devel/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- 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 |