diff options
author | dannyboy <dannyboy@FreeBSD.org> | 2001-05-29 04:44:03 +0800 |
---|---|---|
committer | dannyboy <dannyboy@FreeBSD.org> | 2001-05-29 04:44:03 +0800 |
commit | e449f1cf3e4d3e882273a083ef7297e56da42fb6 (patch) | |
tree | 12f80ad03a6872efb9bb48d2cd5e4d9973429424 /audio | |
parent | 6c011c465531437c5dc3853a35fd81974d8385e0 (diff) | |
download | freebsd-ports-gnome-e449f1cf3e4d3e882273a083ef7297e56da42fb6.tar.gz freebsd-ports-gnome-e449f1cf3e4d3e882273a083ef7297e56da42fb6.tar.zst freebsd-ports-gnome-e449f1cf3e4d3e882273a083ef7297e56da42fb6.zip |
Fix MASTER_SITES by hosting locally.
PR: 27682
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/mp3check/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 1d2c179bb7e9..55707abe91e0 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -8,7 +8,8 @@ PORTNAME= mp3check PORTVERSION= 1.1 CATEGORIES= audio -MASTER_SITES= http://www.icculus.org/mp3check/ +MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= dannyboy DISTNAME= ${PORTNAME} EXTRACT_SUFX= |