diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-07-15 19:24:24 +0000 |
commit | 1d1a424e1ce5566733304e9f71ec17b5dee8aa1f (patch) | |
tree | bc3c1101d22e55deb5237ef53fbde0f33806170a /devel/bugbuddy/files/patch-po::Makefile.in.in | |
parent | Add in PCI bridge support. It's a run-time option, too, and is required for (diff) |
Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. All
core desktop components are being removed.
Notes
Notes:
svn path=/head/; revision=84937
Diffstat (limited to 'devel/bugbuddy/files/patch-po::Makefile.in.in')
-rw-r--r-- | devel/bugbuddy/files/patch-po::Makefile.in.in | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/bugbuddy/files/patch-po::Makefile.in.in b/devel/bugbuddy/files/patch-po::Makefile.in.in deleted file mode 100644 index 38cc2466de13..000000000000 --- a/devel/bugbuddy/files/patch-po::Makefile.in.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- po/Makefile.in.in 2002/07/12 12:18:04 1.1 -+++ po/Makefile.in.in 2002/07/12 12:18:13 -@@ -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 \ |