diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-04-16 22:10:28 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-04-16 22:10:28 +0000 |
commit | b25bac4da3cb6c8589b0dbe768c29922c8346ebb (patch) | |
tree | 1e61a646b03e06e4e104ec9d219fb52ac9bb9ef6 /audio | |
parent | b03bf3ce0e95cb78918fb8b5b823bfec78bd4749 (diff) | |
download | pkgsrc-b25bac4da3cb6c8589b0dbe768c29922c8346ebb.tar.gz |
Fix MASTER_SITES
Diffstat (limited to 'audio')
-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 |