summaryrefslogtreecommitdiff
path: root/www/bluefish-devel/files/patch-Makefile.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-21 18:53:35 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-21 18:53:35 +0000
commit4d78287104ffcdfbe7c101aeed4338078d5fa791 (patch)
treec4b9d4582bb9edbc7497a807570d31e4f6b4f43e /www/bluefish-devel/files/patch-Makefile.in
parentAdd yet another patch, and bump PORTREVISION. (diff)
Update to latest snapshot (0.9.20030621).
PR: 53594 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=83407
Diffstat (limited to 'www/bluefish-devel/files/patch-Makefile.in')
-rw-r--r--www/bluefish-devel/files/patch-Makefile.in20
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