From 82dc35cd435fe5026a176d23c2e07e64ac4e2612 Mon Sep 17 00:00:00 2001 From: pav Date: Sat, 11 Dec 2010 21:39:06 +0000 Subject: - Two-way unbreak: .eliif->.elif and fix OSVERSION usage Reported by: world+dog With hat: portmgr --- comms/umcs7840/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/comms/umcs7840/Makefile b/comms/umcs7840/Makefile index 5e9809dc343f..dd753f3f1d1b 100644 --- a/comms/umcs7840/Makefile +++ b/comms/umcs7840/Makefile @@ -28,9 +28,11 @@ MAKE_ENV+= KMODDIR=${KMODDIR} MANCOMPRESSED= yes MAN4= ${PORTNAME}.4 +.include + .if !exists(/usr/src/sys/Makefile) IGNORE= requires kernel source files -.eliif ${OSVERSION} <= 800063 +.elif ${OSVERSION} <= 800063 IGNORE= requires FreeBSD 8.0 or later, please try driver from vendor site .endif @@ -40,4 +42,4 @@ post-install: post-deinstall: kldxref ${KMODDIR} -.include +.include -- cgit