Remove contao30 related lines.

This commit is contained in:
taca 2013-09-08 11:11:04 +00:00
parent 30e1f1674f
commit 2ba45fe5ae
2 changed files with 2 additions and 7 deletions

View file

@ -1,9 +1,8 @@
# $NetBSD: Makefile.common,v 1.41 2013/09/04 02:38:31 taca Exp $
# $NetBSD: Makefile.common,v 1.42 2013/09/08 11:11:04 taca Exp $
#
# used by www/contao/Makefile.example"
# used by www/contao211/Makefile
# used by www/contao211-translations/Makefile
# used by www/contao30/Makefile
# used by www/contao31/Makefile
#
@ -13,15 +12,12 @@ CT_MASTER_SITE= https://download.contao.org/ \
# current release
CT211_VERSION= 2.11.12
CT300_VERSION= 3.0.6
CT310_VERSION= 3.1.2
CT_VERS?= 211
.if ${CT_VERS} == "211"
CT_VERSION= ${CT211_VERSION}
.elif ${CT_VERS} == "30"
CT_VERSION= ${CT300_VERSION}
.elif ${CT_VERS} == "31"
CT_VERSION= ${CT310_VERSION}
.else

View file

@ -1,7 +1,6 @@
# $NetBSD: Makefile.example,v 1.13 2013/09/04 02:38:31 taca Exp $
# $NetBSD: Makefile.example,v 1.14 2013/09/08 11:11:04 taca Exp $
#
# used by www/contao211-example/Makefile
# used by www/contao30-example/Makefile
# used by www/contao31-example/Makefile
#