aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/kix-kmod
diff options
context:
space:
mode:
authorjgh <jgh@FreeBSD.org>2012-05-23 00:10:34 +0800
committerjgh <jgh@FreeBSD.org>2012-05-23 00:10:34 +0800
commitb76622e308e6618652995e4faf52c66503d00820 (patch)
tree5f2a4bf03ec64c4e26f9c0f40c5f331809d0c268 /graphics/kix-kmod
parentc1ee75d0ed36d6dd22c0daf8ec4a4d63a611f621 (diff)
downloadfreebsd-ports-gnome-b76622e308e6618652995e4faf52c66503d00820.tar.gz
freebsd-ports-gnome-b76622e308e6618652995e4faf52c66503d00820.tar.zst
freebsd-ports-gnome-b76622e308e6618652995e4faf52c66503d00820.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, jon@witchspace.com
Diffstat (limited to 'graphics/kix-kmod')
-rw-r--r--graphics/kix-kmod/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/kix-kmod/Makefile b/graphics/kix-kmod/Makefile
index d4aca2e657d0..0de7eb0f06b2 100644
--- a/graphics/kix-kmod/Makefile
+++ b/graphics/kix-kmod/Makefile
@@ -16,6 +16,8 @@ PKGNAMESUFFIX= -kmod
MAINTAINER= jon@witchspace.com
COMMENT= A graphical screensaver kernel module
+.include <bsd.port.pre.mk>
+
SYSDIR?= ${SRC_BASE}/sys
.if !exists(${SYSDIR}/dev/syscons/syscons.h)
IGNORE= requires kernel source (in ${SYSDIR}) to build
@@ -30,4 +32,4 @@ do-install:
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>