b7572f8e4c
in connection with pkg/15403. From the DESCR: Anjuta is a versatile Integrated Development Environment (IDE) for C and C++ on GNU/Linux. It has been written for GTK/GNOME, and features a number of advanced programming features. It is basically a GUI interface for the collection of command line programming utilities and tools available for unix. These are usually run via a text console, and can be unfriendly to use.
23 lines
458 B
Text
23 lines
458 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2002/03/22 14:17:47 wiz Exp $
|
|
|
|
--- Makefile.am.orig Thu Feb 14 20:28:34 2002
|
|
+++ Makefile.am
|
|
@@ -7,7 +7,7 @@
|
|
widgets manuals omf-install src pixmaps data \
|
|
doc launcher plugins scripts
|
|
|
|
-anjutadocdir = ${prefix}/doc/anjuta
|
|
+anjutadocdir = ${prefix}/share/doc/anjuta
|
|
anjutadoc_DATA = \
|
|
README\
|
|
COPYING\
|
|
@@ -17,7 +17,8 @@
|
|
NEWS\
|
|
TODO\
|
|
ABOUT-NLS\
|
|
- FUTURE
|
|
+ FUTURE\
|
|
+ THANKS
|
|
|
|
EXTRA_DIST = \
|
|
anjuta.desktop.in.in \
|