From a6bbfee65102a5c99818f0cdacc703202c11168c Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 23 May 2013 14:58:34 +0000 Subject: Add Contao 3.1.0 support. --- www/contao/Makefile.common | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index ca99a1acb98..d49ef9547f6 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.34 2013/04/06 12:04:24 taca Exp $ +# $NetBSD: Makefile.common,v 1.35 2013/05/23 14:58:34 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -9,6 +9,7 @@ # current release CT211_VERSION= 2.11.11 CT300_VERSION= 3.0.6 +CT310_VERSION= 3.1.0 CT_VERS?= 211 @@ -19,6 +20,9 @@ CT_FILES= tl_files CT_VERSION= ${CT300_VERSION} CT_FILES= files CT_DIST_SUBDIR= contao-20120109 +.elif ${CT_VERS} == "31" +CT_VERSION= ${CT310_VERSION} +CT_FILES= files .else .error "Illegal version specified: ${CT_VERS}" .endif -- cgit v1.2.3