summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2013-11-08 22:16:27 +0000
committertaca <taca@pkgsrc.org>2013-11-08 22:16:27 +0000
commitf7f20aab48e46db9606628ff175bd357fa9b09fa (patch)
treeaa41cabfac9c5deef1bf34eeea26a54cfec3fa79 /www
parent33905949d24520affb7c6583aea206a437958289 (diff)
downloadpkgsrc-f7f20aab48e46db9606628ff175bd357fa9b09fa.tar.gz
Rename CT310_VERSION to CT31_VERSION since it dosen't represent 3.1.0
but 3.1.x.
Diffstat (limited to 'www')
-rw-r--r--www/contao/Makefile.common6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common
index 985b7315639..a1426331eba 100644
--- a/www/contao/Makefile.common
+++ b/www/contao/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.45 2013/11/08 21:36:34 kefren Exp $
+# $NetBSD: Makefile.common,v 1.46 2013/11/08 22:16:27 taca Exp $
#
# used by www/contao/Makefile.example"
# used by www/contao211/Makefile
@@ -12,14 +12,14 @@ CT_MASTER_SITE= https://download.contao.org/ \
# current release
CT211_VERSION= 2.11.12
-CT310_VERSION= 3.1.5
+CT31_VERSION= 3.1.5
CT_VERS?= 211
.if ${CT_VERS} == "211"
CT_VERSION= ${CT211_VERSION}
.elif ${CT_VERS} == "31"
-CT_VERSION= ${CT310_VERSION}
+CT_VERSION= ${CT31_VERSION}
.else
.error "Illegal version specified: ${CT_VERS}"
.endif