diff options
author | pooka <pooka@pkgsrc.org> | 2000-04-03 14:52:11 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-04-03 14:52:11 +0000 |
commit | bd8b7b362894ecb0027d462ec657aa3871476ff7 (patch) | |
tree | 738038acb5f6242b073dc0817d7c0cec9fdf902f /audio/mikmod | |
parent | 213ec41a794fc6619fadbd1eb08949ff00b61e1d (diff) | |
download | pkgsrc-bd8b7b362894ecb0027d462ec657aa3871476ff7.tar.gz |
Use working MASTER_SITES path for better retrieval of the distfile.
Thanks to Hubert for noticing the problem.
Diffstat (limited to 'audio/mikmod')
-rw-r--r-- | audio/mikmod/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile index 7ccf23f505b..68c558f2a13 100644 --- a/audio/mikmod/Makefile +++ b/audio/mikmod/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.20 2000/04/02 16:32:34 pooka Exp $ +# $NetBSD: Makefile,v 1.21 2000/04/03 14:52:11 pooka Exp $ # DISTNAME= mikmod-3.1.6-a PKGNAME= mikmod-3.1.6a CATEGORIES= audio -MASTER_SITES= http://mikmod.darkorb.net/libmikmod/ +MASTER_SITES= http://mikmod.darkorb.net/mikmod/ MAINTAINER= mycroft@NetBSD.ORG HOMEPAGE= http://mikmod.darkorb.net/ |