summaryrefslogtreecommitdiff
path: root/x11/gnome-libs/files/patch-po::Makefile.in.in
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-11-07 09:13:54 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-11-07 09:13:54 +0000
commitc52771c15cfd2c21e83fe3b53a1506280f1543ab (patch)
tree7505c5424284a1bca7b6a13840491cb7693cdd4c /x11/gnome-libs/files/patch-po::Makefile.in.in
parentSupport STAGEDIR. (diff)
2013-11-05 devel/ORBit: EOLed upstream for very long
2013-11-05 x11/gnome-libs: EOLed upstream for very long Bye bye gnome1 Approved by: gnome(implicit)
Diffstat (limited to 'x11/gnome-libs/files/patch-po::Makefile.in.in')
-rw-r--r--x11/gnome-libs/files/patch-po::Makefile.in.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/x11/gnome-libs/files/patch-po::Makefile.in.in b/x11/gnome-libs/files/patch-po::Makefile.in.in
deleted file mode 100644
index 8cd933b46112..000000000000
--- a/x11/gnome-libs/files/patch-po::Makefile.in.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- po/Makefile.in.in 2002/01/14 11:02:35 1.1
-+++ po/Makefile.in.in 2002/01/14 11:02:49
-@@ -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 \