Index: head/graphics/plasma-kmod/pkg-plist =================================================================== --- head/graphics/plasma-kmod/pkg-plist (revision 332628) +++ head/graphics/plasma-kmod/pkg-plist (nonexistent) @@ -1,4 +0,0 @@ -@cwd / -%%KMODDIR%%/plasma_saver.ko -@exec /usr/sbin/kldxref /%%KMODDIR%% -@unexec /usr/sbin/kldxref /%%KMODDIR%% Property changes on: head/graphics/plasma-kmod/pkg-plist ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Index: head/graphics/plasma-kmod/Makefile =================================================================== --- head/graphics/plasma-kmod/Makefile (revision 332628) +++ head/graphics/plasma-kmod/Makefile (revision 332629) @@ -1,29 +1,22 @@ # Created by: George Reid # $FreeBSD$ PORTNAME= plasma PORTVERSION= 0.1 PORTREVISION= 4 -CATEGORIES= graphics kld +CATEGORIES= graphics MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME} PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org -COMMENT= A plasma-effect screensaver kernel module +COMMENT= Plasma-effect screensaver kernel module LICENSE= BSD -SSP_UNSAFE= kernel module does not support ssp +PLIST_FILES= ${KMODDIR}/plasma_saver.ko -NO_STAGE= yes -.include +USES= kmod uidfix -.if !exists(${SRC_BASE}/sys/dev/syscons/syscons.h) -IGNORE= requires kernel source (in ${SRC_BASE}) to build -.endif - -KMODDIR= /boot/modules -PLIST_SUB+= KMODDIR=${KMODDIR:C,^/,,} MAKE_ARGS= KMODDIR=${KMODDIR} -.include +.include