aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipw-firmware-kmod
diff options
context:
space:
mode:
authorflz <flz@FreeBSD.org>2006-05-08 17:43:21 +0800
committerflz <flz@FreeBSD.org>2006-05-08 17:43:21 +0800
commit51a0d6e32d5a2e490eeac0fad45bac674cc497ca (patch)
tree95f35ef8e2f6cc8609f88ee4d1bc311086468be5 /net/ipw-firmware-kmod
parent7b419d5d1591bb1998b6e0f7b19febf0232ecd8f (diff)
downloadfreebsd-ports-gnome-51a0d6e32d5a2e490eeac0fad45bac674cc497ca.tar.gz
freebsd-ports-gnome-51a0d6e32d5a2e490eeac0fad45bac674cc497ca.tar.zst
freebsd-ports-gnome-51a0d6e32d5a2e490eeac0fad45bac674cc497ca.zip
- Fix bogus OSVERSION test.
Reported by: Joey Mingrone <joey@mingrone.org>
Diffstat (limited to 'net/ipw-firmware-kmod')
-rw-r--r--net/ipw-firmware-kmod/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipw-firmware-kmod/Makefile b/net/ipw-firmware-kmod/Makefile
index 468f8b37f4b3..7dafc9e1769c 100644
--- a/net/ipw-firmware-kmod/Makefile
+++ b/net/ipw-firmware-kmod/Makefile
@@ -36,7 +36,7 @@ NO_PACKAGE= "this is a modified version of a restricted firmware"
.include <bsd.port.pre.mk>
-.if ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700014 )
+.if ${OSVERSION} < 700014
IGNORE= needs fresh ${DRIVERNAME}(4), install net/${DRIVERNAME}-firmware instead
.endif