diff options
author | taca <taca@pkgsrc.org> | 2008-11-27 04:06:41 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-11-27 04:06:41 +0000 |
commit | eb0fdfc3c289aceefe1a62ae3f12f85b0b21ce88 (patch) | |
tree | 31a4cb76c4f8f217ddbb902503c94ee86e8c6aaa /www/typolight-translations/Makefile | |
parent | 20df67b8f895cb2d3aad4167718fe4b5e729aca7 (diff) | |
download | pkgsrc-eb0fdfc3c289aceefe1a62ae3f12f85b0b21ce88.tar.gz |
Update typolight-translations package to 20081123.
* Add release date of each translation as comment in options.mk.
* Add some patch to use double quotation instead of singe quotation
which prevents parsing "\n" as newline.
* Update Russian and Serbian language translations which catch up to
TYPOlight 2.6.2.
* Add new Thai language translation.
Diffstat (limited to 'www/typolight-translations/Makefile')
-rw-r--r-- | www/typolight-translations/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/typolight-translations/Makefile b/www/typolight-translations/Makefile index c878c02ed28..81b7aa2e196 100644 --- a/www/typolight-translations/Makefile +++ b/www/typolight-translations/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/11/07 15:16:02 taca Exp $ +# $NetBSD: Makefile,v 1.8 2008/11/27 04:06:41 taca Exp $ # DISTNAME= typolight-translations-${VERS} @@ -13,7 +13,7 @@ COMMENT= Language files for TYPOlight CMS DEPENDS+= typolight>=2.6.0:../../www/typolight -VERS= 20081107 +VERS= 20081123 USE_TOOLS= pax NO_BUILD= yes NO_CONFIGURE= yes |