diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-09 16:11:07 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-11-09 16:11:07 +0000 |
commit | 532029a1dbb96dab4616c35474a2a5618ba96701 (patch) | |
tree | 5e705902b7de654fdd86b2f2233a165d7e1e7f76 /games | |
parent | 29ac057eba0cb5ef24749652b1b9250378b384e7 (diff) | |
download | freebsd-ports-532029a1dbb96dab4616c35474a2a5618ba96701.zip |
Use the documented ${OSVERSION} 500000 rather than 499999.
Suggested by: pav
Diffstat (limited to 'games')
-rw-r--r-- | games/duke3d/Makefile | 2 |
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 |