diff options
author | rene <rene@FreeBSD.org> | 2013-11-04 00:14:08 +0000 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-11-04 00:14:08 +0000 |
commit | 5aeca72418277d9918f99acd2976d225ddeb89da (patch) | |
tree | 8522f30050f0f126b5e15c5b83a58542c878583c | |
parent | ac43089bc0947563805aef488255703631798071 (diff) | |
download | FreeBSD-ports-5aeca72418277d9918f99acd2976d225ddeb89da.zip FreeBSD-ports-5aeca72418277d9918f99acd2976d225ddeb89da.tar.gz |
Explicitly set KMODDIR to /boot/modules to avoid picking up /boot/kernel
as KMODDIR from /usr/share/mk/bsd.own.mk included by the distribution
Makefile.
Submitted by: QAT
-rw-r--r-- | graphics/plasma-kmod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index 00ae645..a6fadaa 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -17,6 +17,7 @@ PLIST_FILES= ${KMODDIR}/plasma_saver.ko USES= kmod uidfix +KMODDIR= /boot/modules MAKE_ARGS= KMODDIR=${KMODDIR} .include <bsd.port.mk> |