aboutsummaryrefslogtreecommitdiff
path: root/comms/uhso-kmod
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-09-24 03:05:53 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-09-24 03:05:53 +0000
commit6d98c9b6f9b3a4703577aa3e8b25b907ea307d84 (patch)
tree3ea323e77b90a09c57ad3cb10c1ce03825769ea2 /comms/uhso-kmod
parentec482d210f4cdf371720ce162b5010157e00f383 (diff)
downloadports-6d98c9b6f9b3a4703577aa3e8b25b907ea307d84.tar.gz
ports-6d98c9b6f9b3a4703577aa3e8b25b907ea307d84.zip
- use IGNORE instead of a custom message
Approved by: martymac (maintainer) Approved by: sahil (mentor)
Notes
Notes: svn path=/head/; revision=282291
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)