aboutsummaryrefslogtreecommitdiff
path: root/www/rt36
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-04-29 18:54:32 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-04-29 18:54:32 +0000
commita9a8ff2680be42fc3b5a50436afb5c7349a19fe1 (patch)
tree1149acd7633702e1ca43ae7de78b0bdc25829437 /www/rt36
parentfea4d37ca13911a5c04b2cc7f717713a2d6fbaec (diff)
Notes
Diffstat (limited to 'www/rt36')
-rw-r--r--www/rt36/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/rt36/Makefile b/www/rt36/Makefile
index 4d9c67586b36..9b4cc37a1029 100644
--- a/www/rt36/Makefile
+++ b/www/rt36/Makefile
@@ -131,10 +131,10 @@ WEB_USER?= www
WEB_GROUP?= www
LIBS_GROUP?= wheel
-.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
+.if defined(UPGRADE_RT30)
UPGRADES= 3.1.0 3.1.15 3.1.17
.endif
-.if defined(UPGRADE_RT32)
+.if defined(UPGRADE_RT30) || defined(UPGRADE_RT32)
UPGRADES+= 3.3.0 3.3.11
.endif