freebsd-ports/devel/geany/files/patch-Makefile.in
Jean-Yves Lefort 20d3ebfb04 Add geany.
Geany is a small and lightweight integrated development environment. It was
developed to provide a small and fast IDE, which has only a few dependencies
on other packages. Another goal was to be as independent as possible from a
special Desktop Environment like KDE or GNOME.

WWW: http://geany.uvena.de/

PR:		ports/91817
Submitted by:	Remington <mrl0lz@gmail.com>
2006-04-04 12:28:14 +00:00

10 lines
398 B
Text

--- Makefile.in.orig Tue Apr 4 13:17:33 2006
+++ Makefile.in Tue Apr 4 13:17:41 2006
@@ -418,7 +418,6 @@
fi
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir); \
$(INSTALL_DATA) global.tags $(DESTDIR)$(pkgdatadir); \
- $(INSTALL_DATA) COPYING $(DESTDIR)$(pkgdatadir)/GPL-2; \
for file in $(srcdir)/data/*; do \
if test -f $$file; then \
$(INSTALL_DATA) $$file $(DESTDIR)$(pkgdatadir)/; \