diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-08 16:07:12 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-08 16:07:12 +0000 |
commit | d5085945f78058c4e92f2c07251318a7f36f6c38 (patch) | |
tree | 6fb30cd7875d9c1e3dd7015d3253b0080b3170d5 /audio | |
parent | Fix sominor version. (diff) |
- Fix MASTER_SITES
- Change maintainer's email adddress
PR: 24897
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=38110
Diffstat (limited to 'audio')
-rw-r--r-- | audio/xmradio/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/xmradio/Makefile b/audio/xmradio/Makefile index 6e90e59e847e..d9fdb827e46a 100644 --- a/audio/xmradio/Makefile +++ b/audio/xmradio/Makefile @@ -8,9 +8,9 @@ PORTNAME= xmradio PORTVERSION= 1.0 CATEGORIES= audio -MASTER_SITES= http://www.rostock.zgdv.de/~runge/radio/ +MASTER_SITES= http://core.de/~coto/radio/ -MAINTAINER= runge@rostock.zgdv.de +MAINTAINER= runge@core.de # This program does not actually depend on the below, but they are pretty # useful if you are into digital audio recording and playback. |