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 /www/gtkhtml3/files/patch-doc::Makefile.in | |
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.
Diffstat (limited to 'www/gtkhtml3/files/patch-doc::Makefile.in')
-rw-r--r-- | www/gtkhtml3/files/patch-doc::Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/www/gtkhtml3/files/patch-doc::Makefile.in b/www/gtkhtml3/files/patch-doc::Makefile.in new file mode 100644 index 000000000000..575490af80ea --- /dev/null +++ b/www/gtkhtml3/files/patch-doc::Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- doc/Makefile.in 2002/05/01 09:15:00 1.1 ++++ doc/Makefile.in 2002/05/01 09:16:10 +@@ -151,7 +151,7 @@ + CFLAGS = @CFLAGS@ $(EXTRA_GNOME_CFLAGS) + LDFLAGS = @LDFLAGS@ $(EXTRA_GNOME_LIBS) + +-HTML_DIR = $(datadir)/html ++HTML_DIR = $(prefix)/share/doc/gtkhtml + + TARGET_DIR = $(HTML_DIR)/$(DOC_MODULE) + |