diff options
author | tron <tron> | 2000-11-11 17:49:22 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-11 17:49:22 +0000 |
commit | 53d47d1d5a4c262d638f4f3a4bb5032f1f4a2707 (patch) | |
tree | a19159d7e52ca8c65d6fab67a452132a0b121bd2 /audio/rio500 | |
parent | 390b77a221d58963969c958ca736face6a56f39b (diff) | |
download | pkgsrc-53d47d1d5a4c262d638f4f3a4bb5032f1f4a2707.tar.gz |
Use "${MASTER_SITE_SOURCEFORGE}".
Diffstat (limited to 'audio/rio500')
-rw-r--r-- | audio/rio500/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index 12baff98329..e730fa2c250 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2000/08/22 13:11:38 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.3 2000/11/11 17:49:23 tron Exp $ # DISTNAME= rio500-0.7 CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/rio500/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rio500/} MAINTAINER= ad@netbsd.org HOMEPAGE= http://rio500.sourceforge.net/ |