diff options
author | jgh <jgh@FreeBSD.org> | 2012-05-22 07:53:22 +0800 |
---|---|---|
committer | jgh <jgh@FreeBSD.org> | 2012-05-22 07:53:22 +0800 |
commit | da1f854086e2c2cb373c382184a8bd66bc53de55 (patch) | |
tree | 36c194bba6235e990e7a0ca628d3ea7edcfeefe4 /sysutils | |
parent | 458c9f439c29839041ae4b4df59b84078fb56bc1 (diff) | |
download | freebsd-ports-gnome-da1f854086e2c2cb373c382184a8bd66bc53de55.tar.gz freebsd-ports-gnome-da1f854086e2c2cb373c382184a8bd66bc53de55.tar.zst freebsd-ports-gnome-da1f854086e2c2cb373c382184a8bd66bc53de55.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
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/biosfont/Makefile | 4 |
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 |