aboutsummaryrefslogtreecommitdiff
path: root/emulators/rtc
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-05-22 06:15:49 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-05-22 06:15:49 +0000
commit226cca70fb0df5cfbf15ff2714ff62e8602c51fe (patch)
tree575c58f9f6ba48a2cb04098a10b90d3ab22071d2 /emulators/rtc
parent7849c3cf6440f15e452e9479c1e2f50ae07cd914 (diff)
downloadports-226cca70fb0df5cfbf15ff2714ff62e8602c51fe.tar.gz
ports-226cca70fb0df5cfbf15ff2714ff62e8602c51fe.zip
- re-order, include bsd.port.pre.mk so SRC_BASE is defined before referenced
PR: ports/165994 Submitted by: 4721@hushmail.com Approved by: maintainer, emulation
Notes
Notes: svn path=/head/; revision=297161
Diffstat (limited to 'emulators/rtc')
-rw-r--r--emulators/rtc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/rtc/Makefile b/emulators/rtc/Makefile
index a0a9e118fe55..ce5856a2af5e 100644
--- a/emulators/rtc/Makefile
+++ b/emulators/rtc/Makefile
@@ -30,10 +30,10 @@ MAKE_ARGS= KMODDIR="${KMODDIR}" CDEV_MAJOR="${CDEV_MAJOR}"
PLIST_SUB= DEVDIR="${DEVDIR}" CDEV_MAJOR="${CDEV_MAJOR}" \
RTC_H_DIR="${RTC_H_DIR}"
-SRC_BASE?= /usr/src
-
.include <bsd.port.pre.mk>
+SRC_BASE?= /usr/src
+
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= needs kernel source files
.endif