summaryrefslogtreecommitdiff
path: root/www/bluefish-devel/files/patch-Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-04 18:26:26 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-07-04 18:26:26 +0000
commit365e1360ad91182c121cc2b9df277f999303023c (patch)
treeaa080b8a4fd20c5d7a477369cbb967241daf28df /www/bluefish-devel/files/patch-Makefile.in
parentUpdate to 1.4. (diff)
* Update to the latest 0.9 develop snapshot (0.9.20030703)
* Fix the icon for bluefish.desktop * Make sure all locale dirs are removed if empty PR: 54088 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=84218
Diffstat (limited to 'www/bluefish-devel/files/patch-Makefile.in')
-rw-r--r--www/bluefish-devel/files/patch-Makefile.in4
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