diff options
author | David Thiel <lx@FreeBSD.org> | 2007-09-10 18:39:22 +0000 |
---|---|---|
committer | David Thiel <lx@FreeBSD.org> | 2007-09-10 18:39:22 +0000 |
commit | 83d3114cede216a2f6b5f020220e859cb661ddf7 (patch) | |
tree | e9324f80c37f12fd3342e1c6faed80ca3142262c /audio/musicpd | |
parent | 8ed6043b23b729528ad9de4c2c001b5e571b906b (diff) | |
download | ports-83d3114cede216a2f6b5f020220e859cb661ddf7.tar.gz ports-83d3114cede216a2f6b5f020220e859cb661ddf7.zip |
Notes
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index cbef6eca1065..7a0c6690e63b 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -8,11 +8,12 @@ PORTNAME= musicpd PORTVERSION= 0.13.0 CATEGORIES= audio ipv6 -MASTER_SITES= http://musicpd.org/uploads/files/ +MASTER_SITES= http://musicpd.org/uploads/files/ \ + http://redundancy.redundancy.org/mirror/ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= mpd-${PORTVERSION} -MAINTAINER= ports@mark.reidel.info +MAINTAINER= jo.lindqvist@gmail.com COMMENT= A remote-controllable music-daemon LIB_DEPENDS+= mad.2:${PORTSDIR}/audio/libmad |