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
394 B
Text
23 lines
394 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2002/03/22 14:17:47 wiz Exp $
|
|
|
|
--- Makefile.in.orig Thu Feb 14 20:29:17 2002
|
|
+++ Makefile.in
|
|
@@ -155,7 +155,7 @@
|
|
doc launcher plugins scripts
|
|
|
|
|
|
-anjutadocdir = ${prefix}/doc/anjuta
|
|
+anjutadocdir = ${prefix}/share/doc/anjuta
|
|
anjutadoc_DATA = \
|
|
README\
|
|
COPYING\
|
|
@@ -165,7 +165,8 @@
|
|
NEWS\
|
|
TODO\
|
|
ABOUT-NLS\
|
|
- FUTURE
|
|
+ FUTURE\
|
|
+ THANKS
|
|
|
|
|
|
EXTRA_DIST = \
|