1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/www/galeon/files/patch-po::Makefile.in.in
2001-07-05 07:33:46 +00:00

15 lines
408 B
Plaintext

$FreeBSD$
--- po/Makefile.in.in 2001/07/04 17:56:11 1.1
+++ po/Makefile.in.in 2001/07/04 17:56:34
@@ -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 \