diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-07-10 22:57:51 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-07-10 22:57:51 +0800 |
commit | b0c96d780499db246080aad1a051a3183137ac1d (patch) | |
tree | 843be3b191fbc21265af7f5d040f8c96c1973d6c /audio | |
parent | 11ffd44ebca9f5db099c290b4d37ab7923460060 (diff) | |
download | freebsd-ports-graphics-b0c96d780499db246080aad1a051a3183137ac1d.tar.gz freebsd-ports-graphics-b0c96d780499db246080aad1a051a3183137ac1d.tar.zst freebsd-ports-graphics-b0c96d780499db246080aad1a051a3183137ac1d.zip |
use MASTER_SITE_SOURCEFORGE
PR: 40376
Submitted by: maintainer
Diffstat (limited to 'audio')
-rw-r--r-- | audio/rio500/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/rio500/Makefile b/audio/rio500/Makefile index b9be1d0a9c7..01e9d8f8417 100644 --- a/audio/rio500/Makefile +++ b/audio/rio500/Makefile @@ -8,7 +8,8 @@ PORTNAME= rio500 PORTVERSION= 0.7 CATEGORIES= audio -MASTER_SITES= http://download.sourceforge.net/rio500/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= k_nishizawa@anet.ne.jp |