diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-29 18:54:32 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-29 18:54:32 +0000 |
commit | a9a8ff2680be42fc3b5a50436afb5c7349a19fe1 (patch) | |
tree | 1149acd7633702e1ca43ae7de78b0bdc25829437 /www/rt36 | |
parent | fea4d37ca13911a5c04b2cc7f717713a2d6fbaec (diff) |
Notes
Diffstat (limited to 'www/rt36')
-rw-r--r-- | www/rt36/Makefile | 4 |
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 |