diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-04 18:26:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-04 18:26:26 +0000 |
commit | 365e1360ad91182c121cc2b9df277f999303023c (patch) | |
tree | aa080b8a4fd20c5d7a477369cbb967241daf28df /www/bluefish-devel/files/patch-Makefile.in | |
parent | Update 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.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 |