diff options
author | taca <taca> | 2012-02-16 16:48:06 +0000 |
---|---|---|
committer | taca <taca> | 2012-02-16 16:48:06 +0000 |
commit | 72758b0b715dd9dfc8dd70d6e5e2564e720f7b01 (patch) | |
tree | 621479b77a25a3a57f85a0cca19b6c563445ce85 /www | |
parent | 3fe579b6c9843a1b6c2492c7c42cd25e2eff125d (diff) | |
download | pkgsrc-72758b0b715dd9dfc8dd70d6e5e2564e720f7b01.tar.gz |
Add version for Contao 2.11.0.
Diffstat (limited to 'www')
-rw-r--r-- | www/contao/Makefile.common | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 2ec771537bf..269f66511e1 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.8 2012/01/02 16:47:11 taca Exp $ +# $NetBSD: Makefile.common,v 1.9 2012/02/16 16:48:06 taca Exp $ # # used by www/contao29/Makefile # used by www/contao29-example/Makefile @@ -11,6 +11,7 @@ # current release CT29_VERSION= 2.9.5 CT210_VERSION= 2.10.4 +CT211_VERSION= 2.11.0 CT_VERS?= 210 @@ -19,6 +20,8 @@ CT_VERSION= ${CT29_VERSION} .elif ${CT_VERS} == "210" CT_VERSION= ${CT210_VERSION} CT_DIST_SUBDIR= contao210-201201020 +.elif ${CT_VERS} == "211" +CT_VERSION= ${CT211_VERSION} .else .error "Illegal version specified: ${CT_VERS}" .endif |