summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron>2010-06-07 19:16:23 +0000
committertron <tron>2010-06-07 19:16:23 +0000
commit35fd41b615a67d9c2843735f5369ceb95547cece (patch)
treea9514e2a2d825fcfba0b33ea5af319b5157270ea
parent88d6887dcf9d12374aa92741eae2f294e28d27b1 (diff)
downloadpkgsrc-35fd41b615a67d9c2843735f5369ceb95547cece.tar.gz
Pullup ticket #3141 - requested by taca
www/typolight27-translations: build fix Revisions pulled up: - www/typolight27-translations/Makefile 1.42 - www/typolight27-translations/options.mk 1.40 --- Module Name: pkgsrc Committed By: taca Date: Mon Jun 7 11:24:30 UTC 2010 Modified Files: pkgsrc/www/typolight27-translations: Makefile options.mk Log Message: Update HOMEPAGE and MASTER_SITES since www.TYPOlight.org migrated to www.contao.org.
-rw-r--r--www/typolight27-translations/Makefile4
-rw-r--r--www/typolight27-translations/options.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/www/typolight27-translations/Makefile b/www/typolight27-translations/Makefile
index d9988d1fba2..ef1317ec8e1 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.41.2.1 2010/06/07 19:16:23 tron 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..779a879d61b 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.39.2.1 2010/06/07 19:16:23 tron 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