diff options
Diffstat (limited to 'www/gtkhtml3/patches/patch-ab')
-rw-r--r-- | www/gtkhtml3/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/gtkhtml3/patches/patch-ab b/www/gtkhtml3/patches/patch-ab new file mode 100644 index 00000000000..189e5ee140b --- /dev/null +++ b/www/gtkhtml3/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2004/12/28 21:43:12 jmmv Exp $ + +--- po/Makefile.in.orig 2004-12-28 22:12:18.000000000 +0100 ++++ po/Makefile.in +@@ -33,6 +33,7 @@ gnulocaledir = /usr/pkg/share/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po + subdir = po + ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + INSTALL = /usr/bin/install -c -o root -g wheel + INSTALL_DATA = install -c -o root -g wheel -m 444 + |