summaryrefslogtreecommitdiffstats
path: root/www/gtkhtml/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-11 14:40:25 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2002-10-11 14:40:25 +0800
commit732f28418bfc914250f7663603b3e79ccb2c91db (patch)
tree67e9ceb0061663913efcc78955687e1df8b8ffaa /www/gtkhtml/files/patch-po::Makefile.in.in
parent9408811f5ce27b53e40babbbbbb1dc3972d6cd05 (diff)
downloadmarcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.tar
marcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.tar.gz
marcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.tar.bz2
marcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.tar.lz
marcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.tar.xz
marcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.tar.zst
marcuscom-ports-732f28418bfc914250f7663603b3e79ccb2c91db.zip
Add gtkhtml.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@59 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/gtkhtml/files/patch-po::Makefile.in.in')
-rw-r--r--www/gtkhtml/files/patch-po::Makefile.in.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/www/gtkhtml/files/patch-po::Makefile.in.in b/www/gtkhtml/files/patch-po::Makefile.in.in
new file mode 100644
index 000000000..2dd71f15f
--- /dev/null
+++ b/www/gtkhtml/files/patch-po::Makefile.in.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/www/gtkhtml/files/patch-po::Makefile.in.in,v 1.1 2002/03/25 20:16:20 sobomax Exp $
+
+--- po/Makefile.in.in 2002/03/25 14:35:10 1.1
++++ po/Makefile.in.in 2002/03/25 14:35:35
+@@ -106,7 +106,7 @@
+ @catalogs='$(CATALOGS)'; \
+ for cat in $$catalogs; do \
+ cat=`basename $$cat`; \
+- lang=`echo $$cat | sed 's/\.gmo$$//'`; \
++ lang=`echo $$cat | sed 's/\.mo$$//'`; \
+ dir=$(localedir)/$$lang/LC_MESSAGES; \
+ $(mkinstalldirs) $(DESTDIR)$$dir; \
+ if test -r $$cat; then \