diff options
author | beech <beech@FreeBSD.org> | 2007-09-15 08:55:38 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2007-09-15 08:55:38 +0800 |
commit | 0bab5c6f591e617dd548f8d43ea769109d51b4e2 (patch) | |
tree | ee0229bebb4edc1ef62cedea29fcac747f6cdb8e /graphics/plasma-kmod | |
parent | b21b3db638df3cf97d3e6bbb5a34b194732d7c71 (diff) | |
download | freebsd-ports-graphics-0bab5c6f591e617dd548f8d43ea769109d51b4e2.tar.gz freebsd-ports-graphics-0bab5c6f591e617dd548f8d43ea769109d51b4e2.tar.zst freebsd-ports-graphics-0bab5c6f591e617dd548f8d43ea769109d51b4e2.zip |
- Make fetchable
Submitted by: David Yeske <dyeske@gmail.com>
Approved by: sat (mentor)
Diffstat (limited to 'graphics/plasma-kmod')
-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 eca6b2e9aca..7564996a24e 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 2ef68c37d15..9ddbc0c1822 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. - |