freebsd-ports/devel/anjuta/files/patch-Makefile.in
Joe Marcus Clarke 6bb46cedc2 Update to 2.2.0. See http://sourceforge.net/forum/forum.php?forum_id=709731
for all of the things changed in this release.  This is a huge change
from the previous stable 1.2.x version.

NOTE:  While I did test quite a few runtime features, anjuta still seems
a bit buggy.  For best results, stick with the scintilla editor.
2007-07-08 08:21:31 +00:00

25 lines
1 KiB
Text

--- Makefile.in.orig Sat Jul 7 20:39:34 2007
+++ Makefile.in Sat Jul 7 20:40:39 2007
@@ -493,14 +493,14 @@ uninstall-anjuta_dataDATA:
rm -f "$(DESTDIR)$(anjuta_datadir)/$$f"; \
done
install-anjutadocDATA: $(anjutadoc_DATA)
- @$(NORMAL_INSTALL)
- test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)"
- @list='$(anjutadoc_DATA)'; for p in $$list; do \
- if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
- f=$(am__strip_dir) \
- echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \
- $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \
- done
+# @$(NORMAL_INSTALL)
+# test -z "$(anjutadocdir)" || $(MKDIR_P) "$(DESTDIR)$(anjutadocdir)"
+# @list='$(anjutadoc_DATA)'; for p in $$list; do \
+# if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
+# f=$(am__strip_dir) \
+# echo " $(anjutadocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(anjutadocdir)/$$f'"; \
+# $(anjutadocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(anjutadocdir)/$$f"; \
+# done
uninstall-anjutadocDATA:
@$(NORMAL_UNINSTALL)