aboutsummaryrefslogtreecommitdiff
path: root/sysutils/biosfont
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2012-05-21 23:53:22 +0000
committerJason Helfman <jgh@FreeBSD.org>2012-05-21 23:53:22 +0000
commit26fce7da4de389a67ef902bef98d775f9178f826 (patch)
tree2720d96b2f027233afe20875f965dc2431116b6f /sysutils/biosfont
parentcc87e10cafb6ca8cfeee0a891dbd290ec7db4e32 (diff)
downloadports-26fce7da4de389a67ef902bef98d775f9178f826.tar.gz
ports-26fce7da4de389a67ef902bef98d775f9178f826.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, rene
Notes
Notes: svn path=/head/; revision=297152
Diffstat (limited to 'sysutils/biosfont')
-rw-r--r--sysutils/biosfont/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/biosfont/Makefile b/sysutils/biosfont/Makefile
index ab240c680347..685c5d115cd2 100644
--- a/sysutils/biosfont/Makefile
+++ b/sysutils/biosfont/Makefile
@@ -20,13 +20,13 @@ ONLY_FOR_ARCHS= i386 amd64
MAN4= biosfont.4
+.include <bsd.port.pre.mk>
+
KMODDIR?= /boot/modules
PLIST_SUB= KMODDIR=${KMODDIR} PREFIX=${PREFIX}
MAKE_ENV+= KMODDIR=${KMODDIR}
-.include <bsd.port.pre.mk>
-
.if !exists(${SRC_BASE}/sys/Makefile)
IGNORE= requires kernel source files
.endif