diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index 00ae6457ac73..a6fadaa0f45a 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -1,22 +1,23 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= plasma PORTVERSION= 0.1 PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME} PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= Plasma-effect screensaver kernel module LICENSE= BSD PLIST_FILES= ${KMODDIR}/plasma_saver.ko USES= kmod uidfix +KMODDIR= /boot/modules MAKE_ARGS= KMODDIR=${KMODDIR} .include