From 3f735e768e20bba787bf8b146ff30d6231a77711 Mon Sep 17 00:00:00 2001 From: Mark Linimon Date: Fri, 17 Dec 2010 03:44:42 +0000 Subject: Use the $SRC_BASE Makevar instead of hard-coding. There is no longer any need to provide the default definition; it is in bsd.port.mk. Hat: portmgr --- graphics/kix-kmod/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'graphics/kix-kmod') diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile index d80344dab9ae..d4aca2e657d0 100644 --- a/graphics/kix-kmod/Makefile +++ b/graphics/kix-kmod/Makefile @@ -18,7 +18,7 @@ COMMENT= A graphical screensaver kernel module SYSDIR?= ${SRC_BASE}/sys .if !exists(${SYSDIR}/dev/syscons/syscons.h) -IGNORE= requires kernel source (/usr/src/sys) to build +IGNORE= requires kernel source (in ${SYSDIR}) to build .endif MAKE_ENV+= WERROR= PLIST_FILES= lib/kix_saver.ko -- cgit v1.2.3