mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
bbebafeb0c
PR: 40647 (partially) Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
12 lines
394 B
Plaintext
12 lines
394 B
Plaintext
--- po/Makefile.in.in.orig Tue Jul 16 20:00:45 2002
|
|
+++ po/Makefile.in.in Tue Jul 16 20:00:57 2002
|
|
@@ -120,7 +120,7 @@
|
|
cat=`basename $$cat`; \
|
|
case "$$cat" in \
|
|
*.gmo) destdir=$(gnulocaledir);; \
|
|
- *) destdir=$(localedir);; \
|
|
+ *) destdir=$(gnulocaledir);; \
|
|
esac; \
|
|
lang=`echo $$cat | sed 's/\$(CATOBJEXT)$$//'`; \
|
|
dir=$$destdir/$$lang/LC_MESSAGES; \
|