diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-01 20:23:03 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-05-01 20:23:03 +0000 |
commit | 17b6cc0afe9b40f3959b94130e056a822adc30b4 (patch) | |
tree | 1e3b468b04c0618f2192a0c1300447f2fc6e1b17 /x11/gnomelibs/files | |
parent | Change MASTER_SITES. (diff) |
- Move misc documentation into share/doc where it belongs;
- use USE_LIBTOOL while I here;
- make gnome-hint from gnomecore actually working;
- bump PORTREVISIONs.
Notes
Notes:
svn path=/head/; revision=58418
Diffstat (limited to 'x11/gnomelibs/files')
4 files changed, 56 insertions, 0 deletions
diff --git a/x11/gnomelibs/files/patch-devel-docs::gnome::Makefile.in b/x11/gnomelibs/files/patch-devel-docs::gnome::Makefile.in new file mode 100644 index 000000000000..b98c5295317b --- /dev/null +++ b/x11/gnomelibs/files/patch-devel-docs::gnome::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- devel-docs/gnome/Makefile.in 2002/05/01 01:47:18 1.1 ++++ devel-docs/gnome/Makefile.in 2002/05/01 01:50:40 +@@ -158,7 +158,7 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = $(GNOME_LIBS_DIR)/libgnome + +-HTML_DIR = $(datadir)/html ++HTML_DIR = $(prefix)/share/doc/gnomelibs + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + diff --git a/x11/gnomelibs/files/patch-devel-docs::gnomeui::Makefile.in b/x11/gnomelibs/files/patch-devel-docs::gnomeui::Makefile.in new file mode 100644 index 000000000000..9266154be01a --- /dev/null +++ b/x11/gnomelibs/files/patch-devel-docs::gnomeui::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- devel-docs/gnomeui/Makefile.in 2002/05/01 01:47:18 1.1 ++++ devel-docs/gnomeui/Makefile.in 2002/05/01 01:50:55 +@@ -161,7 +161,7 @@ + CFLAGS = `gnome-config --cflags gnomeui` + LDFLAGS = `gnome-config --libs gnomeui` + +-HTML_DIR = $(datadir)/html ++HTML_DIR = $(prefix)/share/doc/gnomelibs + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + diff --git a/x11/gnomelibs/files/patch-devel-docs::gnorba::Makefile.in b/x11/gnomelibs/files/patch-devel-docs::gnorba::Makefile.in new file mode 100644 index 000000000000..e7cc10f89a6b --- /dev/null +++ b/x11/gnomelibs/files/patch-devel-docs::gnorba::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- devel-docs/gnorba/Makefile.in 2002/05/01 01:47:18 1.1 ++++ devel-docs/gnorba/Makefile.in 2002/05/01 01:51:15 +@@ -158,7 +158,7 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = $(GNOME_LIBS_DIR)/libgnorba + +-HTML_DIR = $(datadir)/html ++HTML_DIR = $(prefix)/share/doc/gnomelibs + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + diff --git a/x11/gnomelibs/files/patch-devel-docs::zvt::Makefile.in b/x11/gnomelibs/files/patch-devel-docs::zvt::Makefile.in new file mode 100644 index 000000000000..c03007ea3a2d --- /dev/null +++ b/x11/gnomelibs/files/patch-devel-docs::zvt::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- devel-docs/zvt/Makefile.in 2002/05/01 01:47:18 1.1 ++++ devel-docs/zvt/Makefile.in 2002/05/01 01:51:06 +@@ -158,7 +158,7 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = $(GNOME_LIBS_DIR)/zvt + +-HTML_DIR = $(datadir)/html ++HTML_DIR = $(prefix)/share/doc/gnomelibs + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + |