diff options
author | adam <adam@pkgsrc.org> | 2003-08-27 16:07:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2003-08-27 16:07:04 +0000 |
commit | 133509ff84939ff168da6826d450dee39ff6aff2 (patch) | |
tree | b53ecea26582d0ac1f1e471ef9cc0f9a9e4b0659 | |
parent | 27008658257350194a9df49ae38b0ba36414f7c9 (diff) | |
download | pkgsrc-133509ff84939ff168da6826d450dee39ff6aff2.tar.gz |
patch-ag added; fix a path where index.html is created
-rw-r--r-- | x11/gtkmm/patches/patch-ag | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/x11/gtkmm/patches/patch-ag b/x11/gtkmm/patches/patch-ag new file mode 100644 index 00000000000..a3e741435a9 --- /dev/null +++ b/x11/gtkmm/patches/patch-ag @@ -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 |