aboutsummaryrefslogtreecommitdiffstats
path: root/comms/uhso-kmod
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-09-24 11:05:53 +0800
committereadler <eadler@FreeBSD.org>2011-09-24 11:05:53 +0800
commit4957c89137ba613f425f80d522072d2fd82250ee (patch)
tree59ade116eea0c36807f14fcef34d988307189855 /comms/uhso-kmod
parent832e10b2d84794f43882c99fd4046e61d0864703 (diff)
downloadfreebsd-ports-gnome-4957c89137ba613f425f80d522072d2fd82250ee.tar.gz
freebsd-ports-gnome-4957c89137ba613f425f80d522072d2fd82250ee.tar.zst
freebsd-ports-gnome-4957c89137ba613f425f80d522072d2fd82250ee.zip
- use IGNORE instead of a custom message
Approved by: martymac (maintainer) Approved by: sahil (mentor)
Diffstat (limited to 'comms/uhso-kmod')
-rw-r--r--comms/uhso-kmod/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/comms/uhso-kmod/Makefile b/comms/uhso-kmod/Makefile
index 23d333f7e299..0bea559d157b 100644
--- a/comms/uhso-kmod/Makefile
+++ b/comms/uhso-kmod/Makefile
@@ -38,6 +38,8 @@ MAN4= uhso.4
IGNORE= requires kernel source files
.elif ${OSVERSION} <= 800063
IGNORE= requires FreeBSD 8.0 or later, please try comms/hso-kmod instead
+.elif ${OSVERSION} >= 800501
+IGNORE= the uhso driver is already available in the base system
.endif
.if !defined(WITHOUT_UHSOCTL)
@@ -54,16 +56,6 @@ PLIST_SUB+= PL_UHSOCTL="@comment "
EXTRA_PATCHES+= ${PATCHDIR}/UHSO-NODEBUG-patch-Makefile
.endif
-pre-fetch:
-.if ${OSVERSION} >= 800501
- @${ECHO_CMD} ""
- @${ECHO_CMD} "==================================================================="
- @${ECHO_CMD} " Warning: the uhso driver is already available in the base system,"
- @${ECHO_CMD} " you may want to use this version instead of the port."
- @${ECHO_CMD} "==================================================================="
- @${ECHO_CMD} ""
-.endif
-
post-patch:
.if !defined(WITHOUT_UHSOCTL)
.if defined(WITH_DEBUG)