diff options
author | pooka <pooka> | 2000-04-03 14:52:11 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-04-03 14:52:11 +0000 |
commit | e6b39bd7e1158b3b3bef89d669aa2c5ad8e5798b (patch) | |
tree | 738038acb5f6242b073dc0817d7c0cec9fdf902f /audio | |
parent | 5828db3530492a84db6f6cbab9895d985dafbd1e (diff) | |
download | pkgsrc-e6b39bd7e1158b3b3bef89d669aa2c5ad8e5798b.tar.gz |
Use working MASTER_SITES path for better retrieval of the distfile.
Thanks to Hubert for noticing the problem.
Diffstat (limited to 'audio')
-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/ |