mirror of
https://git.freebsd.org/ports.git
synced 2025-06-22 13:10:31 -04:00
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
545 B
Python
13 lines
545 B
Python
--- setup.py.orig 2010-12-27 17:06:29 UTC
|
|
+++ setup.py
|
|
@@ -62,9 +62,7 @@ os.system("intltool-merge -d -u po mpd
|
|
# Create mo files:
|
|
if not os.path.exists("mo/"):
|
|
os.mkdir("mo/")
|
|
-for lang in ('de', 'pl', 'ru', 'fr', 'zh_CN', 'sv', 'es', 'fi', 'uk', 'it', 'cs', \
|
|
- 'nl', 'pt_BR', 'da', 'be@latin', 'et', 'ca', 'ar', 'tr', 'el_GR', 'sk', \
|
|
- 'zh_TW', 'ja', 'sl'):
|
|
+for lang in ('fr', 'it', 'pl'):
|
|
pofile = "po/" + lang + ".po"
|
|
mofile = "mo/" + lang + "/mpdBrowser.mo"
|
|
if not os.path.exists("mo/" + lang + "/"):
|