diff options
author | taca <taca@pkgsrc.org> | 2010-06-07 11:24:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-06-07 11:24:30 +0000 |
commit | 5affeb8ee7af80ce081bd6f394734f909cf97a3a (patch) | |
tree | cea06801085d5c4f8f182986b40a79ab5071e90a | |
parent | 74f4da3577558139481b0038f27181030d6b7256 (diff) | |
download | pkgsrc-5affeb8ee7af80ce081bd6f394734f909cf97a3a.tar.gz |
Update HOMEPAGE and MASTER_SITES since www.TYPOlight.org migrated to
www.contao.org.
-rw-r--r-- | www/typolight27-translations/Makefile | 4 | ||||
-rw-r--r-- | www/typolight27-translations/options.mk | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/typolight27-translations/Makefile b/www/typolight27-translations/Makefile index d9988d1fba2..2f60ea62a70 100644 --- a/www/typolight27-translations/Makefile +++ b/www/typolight27-translations/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2010/02/08 15:41:41 taca Exp $ +# $NetBSD: Makefile,v 1.42 2010/06/07 11:24:30 taca Exp $ # DISTNAME= typolight${TL_VER}-translations-${VERS} @@ -9,7 +9,7 @@ DISTFILES= ${TL_DISTFILES} EXTRACT_DIR= ${WRKSRC} MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.typolight.org/download.html +HOMEPAGE= http://www.contao.org/download.html COMMENT= Language files for TYPOlight CMS LICENSE= gnu-lgpl-v2.1 diff --git a/www/typolight27-translations/options.mk b/www/typolight27-translations/options.mk index d62d1e8c6f2..e5fad9bbe64 100644 --- a/www/typolight27-translations/options.mk +++ b/www/typolight27-translations/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.39 2010/02/08 15:41:41 taca Exp $ +# $NetBSD: options.mk,v 1.40 2010/06/07 11:24:30 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.typolight-translations @@ -54,6 +54,6 @@ TL_LANGUAGES+= ${l:S/^lang-//1} .for l in ${TL_LANGUAGES} TL_DISTFILES+= ${TL_TRANSLATIONS.${l}} SITES.${TL_TRANSLATIONS.${l}}= \ - http://www.typolight.org/download.html?iso=${l}&file=tl_files/languages/${l}/ + http://www.contao.org/download.html?iso=${l}&file=tl_files/languages/${l}/ PLIST_SRC+= PLIST.${l} .endfor |