diff options
author | obraun <obraun@FreeBSD.org> | 2002-10-18 21:53:26 +0000 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2002-10-18 21:53:26 +0000 |
commit | 41ba7c8f5a004ac8a07bae4a5cf192b30b546c5f (patch) | |
tree | 9c12fee62a4478ab070f604f6ba536d3ef4c1859 /audio | |
parent | 464e2169b884b40189ae14e031fc95b4a601344d (diff) | |
download | FreeBSD-ports-41ba7c8f5a004ac8a07bae4a5cf192b30b546c5f.zip FreeBSD-ports-41ba7c8f5a004ac8a07bae4a5cf192b30b546c5f.tar.gz |
* Fix MASTER_SITES
* Remove obsolete WWW: line
PR: 44220
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ximp3/Makefile | 3 | ||||
-rw-r--r-- | audio/ximp3/pkg-descr | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/audio/ximp3/Makefile b/audio/ximp3/Makefile index ccd9fd6..1875921 100644 --- a/audio/ximp3/Makefile +++ b/audio/ximp3/Makefile @@ -9,7 +9,8 @@ PORTNAME= ximp3 PORTVERSION= 0.1.14 CATEGORIES= audio -MASTER_SITES= http://home.swipnet.se/~w-10246/unix/ +MASTER_SITES= ${MASTER_SITE_SUNSITE} +MASTER_SITE_SUBDIR= apps/sound/players/mp3 MAINTAINER= ports@FreeBSD.org diff --git a/audio/ximp3/pkg-descr b/audio/ximp3/pkg-descr index f2ac5d9..71453cc 100644 --- a/audio/ximp3/pkg-descr +++ b/audio/ximp3/pkg-descr @@ -1,4 +1,2 @@ A simple console MP3 player. It is based on the GPL'ed Xing decoder also used in FreeAmp. - -WWW: http://home.swipnet.se/~w-10246/unix/ |