diff options
author | mrauch <mrauch@pkgsrc.org> | 2004-01-18 13:59:25 +0000 |
---|---|---|
committer | mrauch <mrauch@pkgsrc.org> | 2004-01-18 13:59:25 +0000 |
commit | 4261bc65dcea697365538769724f90f3cb705e4c (patch) | |
tree | d2add72f2067d8989012f46516a15e4642287684 /audio/maplay/Makefile | |
parent | 554c77a7b76949441ce48112e7eab070f57eaa9a (diff) | |
download | pkgsrc-4261bc65dcea697365538769724f90f3cb705e4c.tar.gz |
Fix compilation on -current (gcc3 issues).
Use the original master tarball, not a copy from somewhere which isn't
reachable any longer.
Diffstat (limited to 'audio/maplay/Makefile')
-rw-r--r-- | audio/maplay/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index e0fc7ea7a04..41db6131f86 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,13 +1,14 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 21:22:50 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/18 13:59:25 mrauch Exp $ # FreeBSD Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp # DISTNAME= maplay1_2 PKGNAME= maplay-1.2 +PKGREVISION= 1 WRKSRC= ${WRKDIR} CATEGORIES= audio -MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://ftp.cs.tu-berlin.de/pub/misc/maplay1.2/ +EXTRACT_SUFX= .tar MAINTAINER= tech-pkg@NetBSD.org COMMENT= MPEG audio player/decoder for layer I and II MPEG audio streams |