From 97b43623f24955fa9cc17781503ccf5d5eaa8573 Mon Sep 17 00:00:00 2001 From: marcus Date: Fri, 8 Nov 2002 22:19:59 +0000 Subject: Update to 1.1.1. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@111 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/atk/files/patch-Makefile.in | 19 ++++++++----------- accessibility/atk/files/patch-docs_Makefile.in | 22 ++++++++++++++++++++++ 2 files changed, 30 insertions(+), 11 deletions(-) create mode 100644 accessibility/atk/files/patch-docs_Makefile.in (limited to 'accessibility/atk/files') diff --git a/accessibility/atk/files/patch-Makefile.in b/accessibility/atk/files/patch-Makefile.in index 545b9ec3c..90d6da723 100644 --- a/accessibility/atk/files/patch-Makefile.in +++ b/accessibility/atk/files/patch-Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD: ports/devel/atk/files/patch-Makefile.in,v 1.1 2001/08/01 17:53:37 sobomax Exp $ - ---- Makefile.in.orig Wed Aug 1 20:32:06 2001 -+++ Makefile.in Wed Aug 1 20:33:45 2001 -@@ -96,7 +96,7 @@ - STRIP = @STRIP@ - VERSION = @VERSION@ +--- Makefile.in.orig Fri Nov 8 17:09:46 2002 ++++ Makefile.in Fri Nov 8 17:10:22 2002 +@@ -116,7 +116,7 @@ + atktargetlib = @atktargetlib@ + ms_librarian = @ms_librarian@ --SUBDIRS = atk tests docs -+SUBDIRS = atk +-SUBDIRS = atk tests docs po ++SUBDIRS = atk docs po - EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in + EXTRA_DIST = atk-uninstalled.pc.in atk.pc.in atk.spec.in atk.spec atk-zip.sh diff --git a/accessibility/atk/files/patch-docs_Makefile.in b/accessibility/atk/files/patch-docs_Makefile.in new file mode 100644 index 000000000..8f2ff3222 --- /dev/null +++ b/accessibility/atk/files/patch-docs_Makefile.in @@ -0,0 +1,22 @@ +--- docs/Makefile.in.orig Fri Nov 8 17:15:31 2002 ++++ docs/Makefile.in Fri Nov 8 17:17:43 2002 +@@ -126,9 +126,9 @@ + # The directory containing the source code (if it contains documentation). + DOC_SOURCE_DIR = ../atk + +-INSTALLDIR = $(prefix)/share/gtk-doc ++INSTALLDIR = $(prefix)/share/doc + +-HTML_DIR = ${datadir}/gtk-doc/html ++HTML_DIR = ${prefix}/share/doc + + # Header files to ignore when scanning + IGNORE_HFILES = atkmarshal.h atkintl.h +@@ -276,6 +276,7 @@ + dist-hook-local: all-local + + @ENABLE_GTK_DOC_TRUE@all-local: html-build.stamp ++@ENABLE_GTK_DOC_FALSE@all-local: + + #### scan #### + -- cgit v1.2.3