pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtkmm/patches patch-ag added; fix a path where ind...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/753abd88b926
branches:  trunk
changeset: 460310:753abd88b926
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Aug 27 16:07:04 2003 +0000

description:
patch-ag added; fix a path where index.html is created

diffstat:

 x11/gtkmm/patches/patch-ag |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 9e0405dbe752 -r 753abd88b926 x11/gtkmm/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/gtkmm/patches/patch-ag        Wed Aug 27 16:07:04 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2003/08/27 16:07:04 adam Exp $
+
+--- docs/Makefile.in.orig      2003-08-27 17:06:39.000000000 +0200
++++ docs/Makefile.in
+@@ -175,7 +175,7 @@ web_path_gtkmm2 = /home/groups/g/gt/gtkm
+ web_path_docs = $(web_path_gtkmm2)docs/
+ rsync_args = -vz --rsh ssh --delete --delete-after
+ 
+-gtkmm_docdir = $(datadir)/doc/gtkmm-2.0/docs
++gtkmm_docdir = $(datadir)/doc/gtkmm-2.0
+ subdir = docs
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
+ mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs



Home | Main Index | Thread Index | Old Index