diff options
author | Xin LI <delphij@FreeBSD.org> | 2007-10-11 23:50:07 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2007-10-11 23:50:07 +0000 |
commit | e2213095f78992a7524d3ea8150138ed9ca4384a (patch) | |
tree | aaefd8fa7c5267de8e9623aeb855c52ef5ffe595 /audio/xmmsctrl | |
parent | 70cc97edcb00f128c1b92884b535f752b4ce3bbc (diff) |
Notes
Diffstat (limited to 'audio/xmmsctrl')
-rw-r--r-- | audio/xmmsctrl/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/audio/xmmsctrl/Makefile b/audio/xmmsctrl/Makefile index 1fce64a01216..6317f1a7e785 100644 --- a/audio/xmmsctrl/Makefile +++ b/audio/xmmsctrl/Makefile @@ -9,9 +9,12 @@ PORTNAME= xmmsctrl PORTVERSION= 1.8 PORTREVISION= 2 CATEGORIES= audio -MASTER_SITES= http://user.it.uu.se/~adavid/utils/ +MASTER_SITES= http://user.it.uu.se/~adavid/utils/ \ + http://distro.ibiblio.org/pub/linux/distributions/pdaxrom/src/ \ + http://ftp.nluug.nl/os/Linux/distr/pdaxrom/src/ \ + http://www.sourcefiles.org/Multimedia/MP3/Tools/Miscellaneous/ -MAINTAINER= jhale@bluebottle.com +MAINTAINER= bsdkaffee@gmail.com COMMENT= A small utility to control XMMS from the command line BUILD_DEPENDS= xmms:${PORTSDIR}/multimedia/xmms |