diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-24 08:19:29 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-24 08:19:29 +0800 |
commit | 4f9327ffd8208ce3eba37e6769579977fce62dd5 (patch) | |
tree | 82359f7edfc92a6ac2d8ca7a3f408c0bfd5aea73 /www/gtkhtml38 | |
parent | 1c44f86e42b9720bae6de5735227ca9071129182 (diff) | |
download | marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.tar marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.tar.gz marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.tar.bz2 marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.tar.lz marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.tar.xz marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.tar.zst marcuscom-ports-4f9327ffd8208ce3eba37e6769579977fce62dd5.zip |
Fix the installtion.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3111 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml38')
-rw-r--r-- | www/gtkhtml38/files/patch-po_Makefile.in.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/gtkhtml38/files/patch-po_Makefile.in.in b/www/gtkhtml38/files/patch-po_Makefile.in.in new file mode 100644 index 000000000..df4fac948 --- /dev/null +++ b/www/gtkhtml38/files/patch-po_Makefile.in.in @@ -0,0 +1,10 @@ +--- po/Makefile.in.in.orig Tue Nov 23 17:53:53 2004 ++++ po/Makefile.in.in Tue Nov 23 17:58:38 2004 +@@ -31,6 +31,7 @@ + localedir = $(libdir)/locale + gnulocaledir = $(datadir)/locale + gettextsrcdir = $(datadir)/glib-2.0/gettext/po ++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + subdir = po + + INSTALL = @INSTALL@ |