diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-16 07:18:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-16 07:18:26 +0000 |
commit | 17d6f7381e2a463cc15ada7913d5097ad2ed402c (patch) | |
tree | e364e91eb870f6a17982ec31b5daa9aebb419eff /x11/gnome-swallow/files/patch-Makefile.in | |
parent | Fix path of soffice binary. (diff) |
Add gnome-swallow, a meta-applet that allows one to swallow any X11
application into the GNOME 2 panel.
Notes
Notes:
svn path=/head/; revision=79060
Diffstat (limited to 'x11/gnome-swallow/files/patch-Makefile.in')
-rw-r--r-- | x11/gnome-swallow/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnome-swallow/files/patch-Makefile.in b/x11/gnome-swallow/files/patch-Makefile.in new file mode 100644 index 000000000000..e8914f324596 --- /dev/null +++ b/x11/gnome-swallow/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Wed Apr 16 03:11:46 2003 ++++ Makefile.in Wed Apr 16 03:11:57 2003 +@@ -103,7 +103,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + paneldir = $(prefix)/lib/gnome-panel +-serversdir = $(prefix)/lib/bonobo/servers ++serversdir = $(prefix)/libdata/bonobo/servers + docdir = $(prefix)/share/doc/gnome-swallow + + dist_doc_DATA = README |