pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/musicpd Fix DISTNAME. Closes PR 27147.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d98a44bbf2ac
branches:  trunk
changeset: 481470:d98a44bbf2ac
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Oct 05 13:12:40 2004 +0000

description:
Fix DISTNAME. Closes PR 27147.

diffstat:

 audio/musicpd/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (14 lines):

diff -r c2dadc36bec3 -r d98a44bbf2ac audio/musicpd/Makefile
--- a/audio/musicpd/Makefile    Tue Oct 05 13:06:23 2004 +0000
+++ b/audio/musicpd/Makefile    Tue Oct 05 13:12:40 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2004/10/03 00:13:08 tv Exp $
+# $NetBSD: Makefile,v 1.10 2004/10/05 13:12:40 wiz Exp $
 
-DISTNAME=              mpd-${PKGVERSION}
-PKGNAME=               musicpd-0.11.4
+DISTNAME=              mpd-0.11.4
+PKGNAME=               ${DISTNAME:S/mpd/musicpd/}
 PKGREVISION=   1
 CATEGORIES=            audio
 MASTER_SITES=          http://mercury.chem.pitt.edu/~shank/



Home | Main Index | Thread Index | Old Index