diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-08-12 08:24:11 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-08-12 08:24:11 +0000 |
commit | b1f9c2327369053dc7924a110e524ff0563c0986 (patch) | |
tree | 3dff541bd45091b834c6f403583ea2a5def00ff6 /audio/mp3butler | |
parent | - Overhaul the port, unbreak, undeprecate (diff) |
Fix distfile fetching.
PR: 84810
Submitted by: maintainer
Approved by: portmgr (krion)
Notes
Notes:
svn path=/head/; revision=140857
Diffstat (limited to 'audio/mp3butler')
-rw-r--r-- | audio/mp3butler/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mp3butler/Makefile b/audio/mp3butler/Makefile index e50e55dc5e0d..892bd5511af5 100644 --- a/audio/mp3butler/Makefile +++ b/audio/mp3butler/Makefile @@ -8,7 +8,8 @@ PORTNAME= mp3butler PORTVERSION= 2.30 CATEGORIES= audio -MASTER_SITES= http://iainlea.dyndns.org/software/${PORTNAME}/ +MASTER_SITES= http://core.inec.ru/~az/ \ + http://iainlea.dyndns.org/software/${PORTNAME}/ MAINTAINER= az@inec.ru COMMENT= A program for renaming mp3 files and looking ID3 tags for it |