diff options
author | taca <taca> | 2012-08-12 08:55:54 +0000 |
---|---|---|
committer | taca <taca> | 2012-08-12 08:55:54 +0000 |
commit | 8ec0e5a5511f7764642668b5766799023f90f05e (patch) | |
tree | 82d258ec3a19e1cc74d45f32060fe24f30b9022a /www/contao | |
parent | eafbd60a2340842a027293c07cae1ffb52d8d137 (diff) | |
download | pkgsrc-8ec0e5a5511f7764642668b5766799023f90f05e.tar.gz |
Change URL for download again since the site's problem has been solved.
And now, use URL with language directory ("en") to surpress redirection.
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/options.translations.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/contao/options.translations.mk b/www/contao/options.translations.mk index 0165b26658f..fef4360ad4e 100644 --- a/www/contao/options.translations.mk +++ b/www/contao/options.translations.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.translations.mk,v 1.2 2012/08/12 03:16:51 taca Exp $ +# $NetBSD: options.translations.mk,v 1.3 2012/08/12 08:55:54 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.contao${CT_VERS}-translations @@ -16,6 +16,6 @@ CT_LANGUAGES+= ${l:S/^lang-//1} .for l in ${CT_LANGUAGES} CT_DISTFILES+= ${CT_TRANSLATIONS.${l}} SITES.${CT_TRANSLATIONS.${l}}= \ - http://www.contao.org/files/languages/${l}/ + http://www.contao.org/en/download.html?iso=${l}&file=files/languages/${l}/ PLIST_SRC+= PLIST.${l} .endfor |