* Remove contao29 related lines.
* Update "used by" in comments.
This commit is contained in:
parent
94781bc309
commit
a55f0d06e0
3 changed files with 7 additions and 13 deletions
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
# $NetBSD: Makefile.example,v 1.4 2011/12/30 23:21:00 taca Exp $
|
||||
# $NetBSD: Makefile.example,v 1.5 2012/03/22 14:59:38 taca Exp $
|
||||
#
|
||||
# used by www/contao29-example/Makefile
|
||||
# used by www/contao210-example/Makefile
|
||||
# used by www/contao211-example/Makefile
|
||||
#
|
||||
|
||||
DISTNAME= contao-${CT_VERSION}
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile.translations,v 1.1 2011/08/12 12:46:42 taca Exp $
|
||||
# $NetBSD: Makefile.translations,v 1.2 2012/03/22 14:59:38 taca Exp $
|
||||
#
|
||||
# used by www/contao29-translations/Makefile
|
||||
# used by www/contao210-translations/Makefile
|
||||
#used by www/contao210-translations/Makefile
|
||||
#
|
||||
|
||||
DISTNAME= contao${CT_VER}-translations-${VERS}
|
||||
|
|
Loading…
Reference in a new issue