summaryrefslogtreecommitdiff
path: root/www/gtkhtml3/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-07 06:01:04 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-05-07 06:01:04 +0000
commit292bb15ff9df02ecd82f44216d95b05af2086d05 (patch)
tree2ee0a1ac754bfa31f369f4f8ab5955b9f908f967 /www/gtkhtml3/files/patch-po::Makefile.in.in
parentAdd libsoup. (diff)
Add gtkhtml3 after a repo copy from gtkhtml. GtkHTML-3 is an HTML
rendering and editing API based on GNOME 2.
Notes
Notes: svn path=/head/; revision=80340
Diffstat (limited to 'www/gtkhtml3/files/patch-po::Makefile.in.in')
-rw-r--r--www/gtkhtml3/files/patch-po::Makefile.in.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/gtkhtml3/files/patch-po::Makefile.in.in b/www/gtkhtml3/files/patch-po::Makefile.in.in
deleted file mode 100644
index 42f683d3e699..000000000000
--- a/www/gtkhtml3/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- 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 \