diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-12 00:07:59 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-06-12 00:07:59 +0800 |
commit | e3bf748e077908798752548a3eedb16a54244f0d (patch) | |
tree | 41a11afb38fa4e0b4ad5d509482ae27a73e5e30f /databases/libgda3/files/patch-doc_C_Makefile.in | |
parent | 9fefb173c1ffdfc9143c80d50d41df2ea0103db5 (diff) | |
download | freebsd-ports-gnome-e3bf748e077908798752548a3eedb16a54244f0d.tar.gz freebsd-ports-gnome-e3bf748e077908798752548a3eedb16a54244f0d.tar.zst freebsd-ports-gnome-e3bf748e077908798752548a3eedb16a54244f0d.zip |
Add glade2 and GNOME DB 2 to the tree. These are still beta versions of the
software, but it gives GNOME 2 testers some more stuff to play with.
Diffstat (limited to 'databases/libgda3/files/patch-doc_C_Makefile.in')
-rw-r--r-- | databases/libgda3/files/patch-doc_C_Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/databases/libgda3/files/patch-doc_C_Makefile.in b/databases/libgda3/files/patch-doc_C_Makefile.in new file mode 100644 index 000000000000..718a4a1ebe6f --- /dev/null +++ b/databases/libgda3/files/patch-doc_C_Makefile.in @@ -0,0 +1,11 @@ +--- doc/C/Makefile.in.orig Sun Jun 2 22:17:05 2002 ++++ doc/C/Makefile.in Sun Jun 2 22:17:27 2002 +@@ -152,7 +152,7 @@ + cxxflags_set = @cxxflags_set@ + + DOC_MODULE = libgda +-HTML_DIR = $(datadir)/gtk-doc/html ++HTML_DIR = $(prefix)/share/doc + + # The top-level SGML file. Change it if you want. + DOC_MAIN_SGML_FILE = $(DOC_MODULE)-docs.sgml |