diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-09-15 00:55:38 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-09-15 00:55:38 +0000 |
commit | 2b9a819eb960f69c9353fe2a92cc74c36e64f54e (patch) | |
tree | 57ec4b0d3971290729f1fc96e2aef72023943883 | |
parent | 2a8a3bb8fdc87d3e5ed95e53c16748981c233293 (diff) | |
download | ports-2b9a819eb960f69c9353fe2a92cc74c36e64f54e.tar.gz ports-2b9a819eb960f69c9353fe2a92cc74c36e64f54e.zip |
Notes
-rw-r--r-- | graphics/plasma-kmod/Makefile | 4 | ||||
-rw-r--r-- | graphics/plasma-kmod/pkg-message | 2 |
2 files changed, 2 insertions, 4 deletions
diff --git a/graphics/plasma-kmod/Makefile b/graphics/plasma-kmod/Makefile index eca6b2e9acab..7564996a24e3 100644 --- a/graphics/plasma-kmod/Makefile +++ b/graphics/plasma-kmod/Makefile @@ -8,14 +8,14 @@ PORTNAME= plasma PORTVERSION= 0.1 CATEGORIES= graphics kld -MASTER_SITES= http://users.uk.freebsd.org/~greid/ +MASTER_SITES= SF/futurebsd PKGNAMESUFFIX= -kmod MAINTAINER= ports@FreeBSD.org COMMENT= A plasma-effect screensaver kernel module .if !exists(/usr/src/sys/dev/syscons/syscons.h) -IGNORE= "Requires kernel source (/usr/src/sys) to build" +IGNORE= requires kernel source (/usr/src/sys) to build .endif PLIST_FILES= lib/plasma_saver.ko diff --git a/graphics/plasma-kmod/pkg-message b/graphics/plasma-kmod/pkg-message index 2ef68c37d15e..9ddbc0c18221 100644 --- a/graphics/plasma-kmod/pkg-message +++ b/graphics/plasma-kmod/pkg-message @@ -1,5 +1,3 @@ - The plasma_saver.ko module has been installed to %%PREFIX%%/lib. You may wish to add this to your kern.module_path sysctl string or copy it to another location. - |