diff options
Diffstat (limited to 'x11/gnomelibs/files/patch-devel-docs::gnome::Makefile.in')
-rw-r--r-- | x11/gnomelibs/files/patch-devel-docs::gnome::Makefile.in | 14 |
1 files changed, 14 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) + |