summaryrefslogtreecommitdiff
path: root/www/contao/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'www/contao/Makefile.common')
-rw-r--r--www/contao/Makefile.common10
1 files changed, 2 insertions, 8 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 42f22f55e6a..7dee80950f3 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,8 +1,5 @@
-# $NetBSD: Makefile.common,v 1.13 2012/03/14 16:24:35 taca Exp $
+# $NetBSD: Makefile.common,v 1.14 2012/03/22 14:59:38 taca Exp $
#
-# used by www/contao29/Makefile
-# used by www/contao29-example/Makefile
-# used by www/contao29-translations/Makefile
# used by www/contao210/Makefile
# used by www/contao210-example/Makefile
# used by www/contao210-translations/Makefile
@@ -12,15 +9,12 @@
#
# current release
-CT29_VERSION= 2.9.5
CT210_VERSION= 2.10.4
CT211_VERSION= 2.11.2
CT_VERS?= 210
-.if ${CT_VERS} == "29"
-CT_VERSION= ${CT29_VERSION}
-.elif ${CT_VERS} == "210"
+.if ${CT_VERS} == "210"
CT_VERSION= ${CT210_VERSION}
CT_DIST_SUBDIR= contao210-201201020
.elif ${CT_VERS} == "211"