summaryrefslogtreecommitdiff
path: root/sysutils/gnome-control-center/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:35:43 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-05-08 22:35:43 +0000
commite68ba8be55f5ef2bbcab8e670c8c6054fe7eaac5 (patch)
tree69966358585d72860a02fb2430a99faea3d02bd4 /sysutils/gnome-control-center/files/patch-po::Makefile.in.in
parentAdd gnomeutils2 after repo copy from gnomeutils. These are miscellaneous (diff)
Add gnomecontrolcenter2 after repo copy from gnomecontrolcenter. This
is the configuration frontend for the GNOME 2.0 desktop.
Diffstat (limited to 'sysutils/gnome-control-center/files/patch-po::Makefile.in.in')
-rw-r--r--sysutils/gnome-control-center/files/patch-po::Makefile.in.in14
1 files changed, 0 insertions, 14 deletions
diff --git a/sysutils/gnome-control-center/files/patch-po::Makefile.in.in b/sysutils/gnome-control-center/files/patch-po::Makefile.in.in
deleted file mode 100644
index 02994b404219..000000000000
--- a/sysutils/gnome-control-center/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- po/Makefile.in.in 2002/02/05 08:03:55 1.1
-+++ po/Makefile.in.in 2002/02/05 08:04:08
-@@ -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 \