1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

- Fix logic when check UPGRADE_RT3{0,2}

PR:		93992
Submitted by:	Christopher Davis <ckd-freebsd___ckdhr.com>
Approved by:	maintainer timeout (58 days)
This commit is contained in:
Marcus Alves Grando 2006-04-29 18:54:32 +00:00
parent fea4d37ca1
commit a9a8ff2680
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160822
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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