aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorlawrance <lawrance@FreeBSD.org>2005-11-10 00:11:07 +0800
committerlawrance <lawrance@FreeBSD.org>2005-11-10 00:11:07 +0800
commitc33c7c5cc729acc1f0a806e7fbf10daf75e804e3 (patch)
treee025853dc050d6287c7462c21084a8eeacc1db03 /games
parent7bc2961f6873c0a9e91668585cd33fd7f53d6daa (diff)
downloadfreebsd-ports-gnome-c33c7c5cc729acc1f0a806e7fbf10daf75e804e3.tar.gz
freebsd-ports-gnome-c33c7c5cc729acc1f0a806e7fbf10daf75e804e3.tar.zst
freebsd-ports-gnome-c33c7c5cc729acc1f0a806e7fbf10daf75e804e3.zip
Use the documented ${OSVERSION} 500000 rather than 499999.
Suggested by: pav
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