diff options
author | is <is@pkgsrc.org> | 2005-10-19 04:43:31 +0000 |
---|---|---|
committer | is <is@pkgsrc.org> | 2005-10-19 04:43:31 +0000 |
commit | 2b2c89f15c6c27f9af961c31c730e5148f02efd1 (patch) | |
tree | e31f42cafc9729c70abf11c76e6f26ac284d5f13 /audio/musicpd | |
parent | cd4158806cd5516cad2436ee75e99afb9bcaf505 (diff) | |
download | pkgsrc-2b2c89f15c6c27f9af961c31c730e5148f02efd1.tar.gz |
musicpd calls its files mpd, alas!
Diffstat (limited to 'audio/musicpd')
-rw-r--r-- | audio/musicpd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 08a865e8fa8..af3a2612710 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -1,11 +1,13 @@ -# $NetBSD: Makefile,v 1.16 2005/10/08 12:35:14 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2005/10/19 04:48:01 is Exp $ DISTNAME= mpd-0.11.5 PKGNAME= ${DISTNAME:S/mpd/musicpd/} -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= audio MASTER_SITES= http://mercury.chem.pitt.edu/~shank/ +CONFLICTS= lang/mpd + MAINTAINER= simonb@NetBSD.org HOMEPAGE= http://musicpd.org/ COMMENT= Remote controllable audio player |