diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2006-04-18 09:54:16 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2006-04-18 09:54:16 +0000 |
commit | dd377fd8371f10aa41fdbf252af4f3a19c8b70b8 (patch) | |
tree | 6727367481bfa875e67e9f8b2b7852a15591f6e1 /net/ipw-firmware-kmod | |
parent | f7780579083f8bf3a370a4f6537de3c77dda4b3c (diff) |
Notes
Diffstat (limited to 'net/ipw-firmware-kmod')
-rw-r--r-- | net/ipw-firmware-kmod/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipw-firmware-kmod/Makefile b/net/ipw-firmware-kmod/Makefile index 89a8937192c0..468f8b37f4b3 100644 --- a/net/ipw-firmware-kmod/Makefile +++ b/net/ipw-firmware-kmod/Makefile @@ -37,7 +37,7 @@ NO_PACKAGE= "this is a modified version of a restricted firmware" .include <bsd.port.pre.mk> .if ( ${OSVERSION} >= 700000 && ${OSVERSION} < 700014 ) -IGNORE= needs fresh ${DRIVERNAME}(4) +IGNORE= needs fresh ${DRIVERNAME}(4), install net/${DRIVERNAME}-firmware instead .endif post-patch: |