diff options
author | sem <sem@FreeBSD.org> | 2005-11-20 04:14:51 +0800 |
---|---|---|
committer | sem <sem@FreeBSD.org> | 2005-11-20 04:14:51 +0800 |
commit | 3649d8bdff2d57656830156ad65dd82dfa369e58 (patch) | |
tree | 6ef3e1654bdf50fe8acd37dc40ee5c96721d8b81 /audio | |
parent | 3a75f915579a5977e7105f65ebaff3a1cdcd2bc2 (diff) | |
download | freebsd-ports-gnome-3649d8bdff2d57656830156ad65dd82dfa369e58.tar.gz freebsd-ports-gnome-3649d8bdff2d57656830156ad65dd82dfa369e58.tar.zst freebsd-ports-gnome-3649d8bdff2d57656830156ad65dd82dfa369e58.zip |
- Fix a master site URL
- Remove EXPIRATION_DATE
PR: ports/89255
Submitted by: Andrey Slusar
Approved by: no maintainer reaction on broken port for three weeks
Diffstat (limited to 'audio')
-rw-r--r-- | audio/aureal-kmod/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/audio/aureal-kmod/Makefile b/audio/aureal-kmod/Makefile index c2a40e851db5..0aed03ae1c36 100644 --- a/audio/aureal-kmod/Makefile +++ b/audio/aureal-kmod/Makefile @@ -9,15 +9,12 @@ PORTNAME= aureal-kmod PORTVERSION= 1.5 PORTREVISION= 5 CATEGORIES= audio -MASTER_SITES= http://home.columbus.rr.com/amatey/au88x0/ +MASTER_SITES= http://www.matey.org/au88x0/ DISTNAME= au88x0-${PORTVERSION}_${DISTREVISION} MAINTAINER= ports@matey.org COMMENT= A FreeBSD Driver for Aureal Vortex based soundcards -DEPRECATED= "mastersite disappeared" -EXPIRATION_DATE= 2005-12-31 - NO_PACKAGE= Should be in sync with the kernel to work correctly ONLY_FOR_ARCHS= i386 |