diff options
author | Daniel Harris <dannyboy@FreeBSD.org> | 2001-05-28 20:44:03 +0000 |
---|---|---|
committer | Daniel Harris <dannyboy@FreeBSD.org> | 2001-05-28 20:44:03 +0000 |
commit | 51cbf5c835d72978f80764d7adfe2a6cb64caafa (patch) | |
tree | a944b48a41d920e6eee2e5f6cbae1b4f9c3b4a5f /audio/mp3check/Makefile | |
parent | Update to 2.3.0. (diff) |
Fix MASTER_SITES by hosting locally.
PR: 27682
Submitted by: Mark Pulford <mark@kyne.com.au>
Diffstat (limited to '')
-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= |