summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--audio/aureal-kmod/Makefile16
-rw-r--r--audio/aureal-kmod/pkg-descr4
2 files changed, 7 insertions, 13 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile
index e90f26c7bd9c..6a6c6ae73975 100644
--- a/audio/aureal-kmod/Makefile
+++ b/audio/aureal-kmod/Makefile
@@ -5,28 +5,24 @@ PORTNAME= aureal
PORTVERSION= 1.5
PORTREVISION= 6
CATEGORIES= audio kld
-MASTER_SITES= http://www.matey.org/au88x0/ \
- http://www.b1t.name/distfiles/ \
- http://aureal-snd.googlecode.com/files/
+MASTER_SITES= GOOGLE_CODE
+PROJECTHOST= ${PORTNAME}-snd
PKGNAMESUFFIX= -kmod
-DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION}
+DISTNAME= au88x0-${PORTVERSION}_4
MAINTAINER= c.kworr@gmail.com
-COMMENT= A FreeBSD Driver for Aureal Vortex based soundcards
+COMMENT= Driver for Aureal Vortex based soundcards
-BROKEN= Does not fetch
-
-NO_PACKAGE= Should be in sync with the kernel to work correctly
+NO_PACKAGE= should be in sync with the kernel to work correctly
ONLY_FOR_ARCHS= i386
STRAYFILES= au88x0.h au88x0.c asp10.o asp20.o asp30.o
-DISTREVISION= 4
KMODDIR= ${PREFIX}/modules/au88x0
KMODDIR_REL= ${KMODDIR:S%${PREFIX}/%%}
NO_STAGE= yes
-USE_RC_SUBR= aureal
+USE_RC_SUBR= ${PORTNAME}
SUB_FILES= pkg-message
SUB_LIST= KMODDIR=${KMODDIR}
diff --git a/audio/aureal-kmod/pkg-descr b/audio/aureal-kmod/pkg-descr
index af84202533c6..bceacdc6bdce 100644
--- a/audio/aureal-kmod/pkg-descr
+++ b/audio/aureal-kmod/pkg-descr
@@ -1,3 +1 @@
-FreeBSD Driver for Aureal Vortex based sound cards.
-
-WWW: http://www.matey.org/au88x0/
+FreeBSD driver for Aureal Vortex based sound cards.