aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorSam Lawrance <lawrance@FreeBSD.org>2005-11-09 16:11:07 +0000
committerSam Lawrance <lawrance@FreeBSD.org>2005-11-09 16:11:07 +0000
commit532029a1dbb96dab4616c35474a2a5618ba96701 (patch)
tree5e705902b7de654fdd86b2f2233a165d7e1e7f76 /games
parent29ac057eba0cb5ef24749652b1b9250378b384e7 (diff)
downloadports-532029a1dbb96dab4616c35474a2a5618ba96701.tar.gz
ports-532029a1dbb96dab4616c35474a2a5618ba96701.zip
Use the documented ${OSVERSION} 500000 rather than 499999.
Suggested by: pav
Notes
Notes: svn path=/head/; revision=147731
Diffstat (limited to 'games')
-rw-r--r--games/duke3d/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/duke3d/Makefile b/games/duke3d/Makefile
index 91e49418cf5f..ceba95d9b123 100644
--- a/games/duke3d/Makefile
+++ b/games/duke3d/Makefile
@@ -38,7 +38,7 @@ SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
-.if ${OSVERSION} > 499999
+.if ${OSVERSION} >= 500000
DEPRECATED= Please use games/jfduke3d. This port is being kept for RELENG_4 users
.endif