summaryrefslogtreecommitdiff
path: root/www/contao
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2012-08-12 08:55:54 +0000
committertaca <taca@pkgsrc.org>2012-08-12 08:55:54 +0000
commitb47ffd5c7368a75e5e29ea956ab2b70cedb629a1 (patch)
tree82d258ec3a19e1cc74d45f32060fe24f30b9022a /www/contao
parent5b1348d95aa47a54728608aa570d6d9aebc2ed93 (diff)
downloadpkgsrc-b47ffd5c7368a75e5e29ea956ab2b70cedb629a1.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.mk4
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