diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-13 12:51:43 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-01-13 12:51:43 +0000 |
commit | 4f2d01e0954bb7a46e7a6e85a55c437296b5c4dd (patch) | |
tree | 930262417c01afe0da29b948281fc81c00e00080 /devel/bonobo/files | |
parent | 413b98dfb932454eb8e425df300d85cc32bf4b1a (diff) |
Notes
Diffstat (limited to 'devel/bonobo/files')
-rw-r--r-- | devel/bonobo/files/patch-ab | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/devel/bonobo/files/patch-ab b/devel/bonobo/files/patch-ab index 5dd7ff02c1f8..675c8e9ec021 100644 --- a/devel/bonobo/files/patch-ab +++ b/devel/bonobo/files/patch-ab @@ -1,18 +1,18 @@ $FreeBSD$ ---- Makefile.in.orig Tue Jul 3 15:35:08 2001 -+++ Makefile.in Tue Jul 3 15:37:04 2001 -@@ -157,10 +157,10 @@ - - NULL = - --SUBDIRS = macros intl idl libefs bonobo storage-modules monikers components samples gshell tests doc po -+SUBDIRS = macros intl idl libefs bonobo storage-modules monikers components samples gshell doc po +--- Makefile.in.orig Fri Jan 11 11:57:33 2002 ++++ Makefile.in Fri Jan 11 11:58:32 2002 +@@ -165,10 +165,10 @@ + monikers \ + components samples \ + gshell \ +- tests doc po ++ doc po -confexecdir = $(libdir) +confexecdir = $(sysconfdir) confexec_DATA = bonoboConf.sh bonoboxConf.sh bonobox_printConf.sh - include_HEADERS = bonobo.h + bonoboincludedir = $(includedir)/gnome-1.0 |