diff options
author | zuntum <zuntum> | 2001-04-16 22:10:28 +0000 |
---|---|---|
committer | zuntum <zuntum> | 2001-04-16 22:10:28 +0000 |
commit | d5d47b8d21ed4acdf42926b575c625e037e6b375 (patch) | |
tree | 1e61a646b03e06e4e104ec9d219fb52ac9bb9ef6 /audio/maplay | |
parent | 16fb705a5f54d0ece179b7e8b18de4b3c381c6c9 (diff) | |
download | pkgsrc-d5d47b8d21ed4acdf42926b575c625e037e6b375.tar.gz |
Fix MASTER_SITES
Diffstat (limited to 'audio/maplay')
-rw-r--r-- | audio/maplay/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/maplay/Makefile b/audio/maplay/Makefile index a1f6c6799cf..8bafc62d71f 100644 --- a/audio/maplay/Makefile +++ b/audio/maplay/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.6 2001/02/16 13:30:46 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2001/04/16 22:10:28 zuntum Exp $ # FreeBSD Id: Makefile,v 1.6 1997/01/07 14:58:04 torstenb Exp # DISTNAME= maplay1_2 PKGNAME= maplay-1.2 CATEGORIES= audio -MASTER_SITES= ftp://ftp.iuma.com/audio_utils/mpeg_players/Workstations/ +MASTER_SITES= http://www.iuma.com/IUMA/ftp/audio_utils/mpeg_players/Workstations/ EXTRACT_SUFX= .tar.Z MAINTAINER= packages@netbsd.org |