diff options
author | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-05-08 19:33:59 +0000 |
---|---|---|
committer | Neil Blakey-Milner <nbm@FreeBSD.org> | 2002-05-08 19:33:59 +0000 |
commit | 02f310f19399373d46ed5c703833fcaee3efc975 (patch) | |
tree | 85b650381b68bde319f9ac20046d242076492364 /deskutils/ithought/files/patch-src::Makefile.in | |
parent | Correct the sections various manual pages were listed under. (diff) |
Update port deskutils/ithought to a5
PR: 36333
Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Notes
Notes:
svn path=/head/; revision=58732
Diffstat (limited to 'deskutils/ithought/files/patch-src::Makefile.in')
-rw-r--r-- | deskutils/ithought/files/patch-src::Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/deskutils/ithought/files/patch-src::Makefile.in b/deskutils/ithought/files/patch-src::Makefile.in new file mode 100644 index 000000000000..f726bc796a59 --- /dev/null +++ b/deskutils/ithought/files/patch-src::Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Tue Mar 26 12:27:14 2002 ++++ src/Makefile.in Tue Mar 26 12:28:03 2002 +@@ -87,7 +87,7 @@ + + ithought_LDADD = $(GTK_LIBS) $(XML2_LIBS) + +-INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(prefix)/share\" ++INCLUDES = $(GTK_INCLUDEDIR) $(XML2_INCLUDEDIR) -I$(includedir) -DDATADIR=\"$(datadir)\" + + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = |