diff options
author | taca <taca> | 2009-09-24 03:04:04 +0000 |
---|---|---|
committer | taca <taca> | 2009-09-24 03:04:04 +0000 |
commit | a1edaf432477f6a019e8424f246afb0f0d978f00 (patch) | |
tree | 75c87e9b400ca263e7479c151d387f07b6f25408 /www | |
parent | 5389ef3ad8179246a13340e4674ca24a7e15d58b (diff) | |
download | pkgsrc-a1edaf432477f6a019e8424f246afb0f0d978f00.tar.gz |
o Update SITES for each language file because of www.typolight.org's relaunch.
o Make unused MASTER_SITES to empty.
No functional change.
Diffstat (limited to 'www')
-rw-r--r-- | www/typolight26-translations/Makefile | 4 | ||||
-rw-r--r-- | www/typolight26-translations/options.mk | 4 | ||||
-rw-r--r-- | www/typolight27-translations/Makefile | 6 | ||||
-rw-r--r-- | www/typolight27-translations/options.mk | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/www/typolight26-translations/Makefile b/www/typolight26-translations/Makefile index 5cbd532d1f2..bbea7b426f0 100644 --- a/www/typolight26-translations/Makefile +++ b/www/typolight26-translations/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.1.1.1 2009/04/26 03:54:57 taca Exp $ +# $NetBSD: Makefile,v 1.2 2009/09/24 03:04:04 taca Exp $ # DISTNAME= typolight${TL_VER}-translations-${VERS} CATEGORIES= www -MASTER_SITES= http://www.typolight.org/download.html?file=tl_files/languages/ja/ +MASTER_SITES= # defined for each distfiles DISTFILES= ${TL_DISTFILES} EXTRACT_DIR= ${WRKSRC} diff --git a/www/typolight26-translations/options.mk b/www/typolight26-translations/options.mk index f7ecc710a75..bf521166fc4 100644 --- a/www/typolight26-translations/options.mk +++ b/www/typolight26-translations/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1.1.1 2009/04/26 03:54:57 taca Exp $ +# $NetBSD: options.mk,v 1.2 2009/09/24 03:04:04 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.typolight-translations @@ -48,6 +48,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-translations.html?iso=${l}&file=tl_files/languages/${l}/ + http://www.typolight.org/download.html?iso=${l}&file=tl_files/languages/${l}/ PLIST_SRC+= PLIST.${l} .endfor diff --git a/www/typolight27-translations/Makefile b/www/typolight27-translations/Makefile index 2af2811fb50..aa4d619966b 100644 --- a/www/typolight27-translations/Makefile +++ b/www/typolight27-translations/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.24 2009/09/22 01:41:14 taca Exp $ +# $NetBSD: Makefile,v 1.25 2009/09/24 03:05:25 taca Exp $ # DISTNAME= typolight${TL_VER}-translations-${VERS} CATEGORIES= www -MASTER_SITES= http://www.typolight.org/download.html?file=tl_files/languages/ja/ +MASTER_SITES= # defined for each distfiles DISTFILES= ${TL_DISTFILES} EXTRACT_DIR= ${WRKSRC} MAINTAINER= taca@NetBSD.org -HOMEPAGE= http://www.typolight.org/download-translations.html +HOMEPAGE= http://www.typolight.org/download.html COMMENT= Language files for TYPOlight CMS DEPENDS+= typolight${TL_VER}>=${TL_PKGVER}:../../www/typolight${TL_VER} diff --git a/www/typolight27-translations/options.mk b/www/typolight27-translations/options.mk index bf35bad0446..6a05eaab75f 100644 --- a/www/typolight27-translations/options.mk +++ b/www/typolight27-translations/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.24 2009/09/22 01:41:14 taca Exp $ +# $NetBSD: options.mk,v 1.25 2009/09/24 03:05:25 taca Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.typolight-translations @@ -48,6 +48,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-translations.html?iso=${l}&file=tl_files/languages/${l}/ + http://www.typolight.org/download.html?iso=${l}&file=tl_files/languages/${l}/ PLIST_SRC+= PLIST.${l} .endfor |