diff options
author | rene <rene@FreeBSD.org> | 2013-11-08 17:46:41 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-11-08 17:46:41 +0800 |
commit | 6bd0c95e4c1fe02810dc50b2e0faa5f4d5cb4b77 (patch) | |
tree | b56da1432d4ea69fb64fe8731f85d9669fa85404 /graphics | |
parent | e8948e9d1bcbaa544f76ea1982db00bfb65524cf (diff) | |
download | freebsd-ports-gnome-6bd0c95e4c1fe02810dc50b2e0faa5f4d5cb4b77.tar.gz freebsd-ports-gnome-6bd0c95e4c1fe02810dc50b2e0faa5f4d5cb4b77.tar.zst freebsd-ports-gnome-6bd0c95e4c1fe02810dc50b2e0faa5f4d5cb4b77.zip |
No need to explicitly force the default value of KMODDIR since r333188
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/plasma-kmod/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index a6fadaa0f45a..00ae6457ac73 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -17,7 +17,6 @@ PLIST_FILES= ${KMODDIR}/plasma_saver.ko USES= kmod uidfix -KMODDIR= /boot/modules MAKE_ARGS= KMODDIR=${KMODDIR} .include <bsd.port.mk> |