From fc7e5599620b486d3749b191bc5bba6fc206c528 Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Sun, 1 Jul 2012 22:40:21 +0000 Subject: - re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced PR: ports/169222 Submitted by: jgh@ Approved by: maintainer timeout ( 14 days ) --- sysutils/mono-kmod/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sysutils/mono-kmod/Makefile b/sysutils/mono-kmod/Makefile index 1849d94b38ff..5b777b09cf22 100644 --- a/sysutils/mono-kmod/Makefile +++ b/sysutils/mono-kmod/Makefile @@ -20,6 +20,8 @@ KMODDIR?= /boot/modules SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +.include + SRC_BASE?= /usr/src PLIST_SUB= KMODDIR=${KMODDIR} @@ -29,8 +31,6 @@ PLIST_FILES= "@cwd %%KMODDIR%%" PLIST_FILES+= mono.ko PLIST_FILES+= "@unexec kldxref ${KMODDIR}" -.include - .if !exists(${SRC_BASE}/sys/Makefile) IGNORE= requires kernel source to be installed .endif -- cgit v1.2.3