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 | |
parent | ed63ab2664e40ad060fdfa86036249547e7f44ae (diff) |
Notes
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= |