diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-03-13 11:54:25 +0000 |
commit | e86b55727a088049f223a32d722fdaf57dbe2719 (patch) | |
tree | 13d0ad17d6169f92f62c4a5abed734772b1f3ab1 /audio/mp3check | |
parent | 4ff98799fdd3ca29df878fa31d0ad3c993279a11 (diff) | |
download | ports-e86b55727a088049f223a32d722fdaf57dbe2719.tar.gz ports-e86b55727a088049f223a32d722fdaf57dbe2719.zip |
Notes
Diffstat (limited to 'audio/mp3check')
-rw-r--r-- | audio/mp3check/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/audio/mp3check/Makefile b/audio/mp3check/Makefile index 00a2b53d3622..d33f56bab12e 100644 --- a/audio/mp3check/Makefile +++ b/audio/mp3check/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mp3check -# Date created: Apr 16, 2001 -# Whom: Mark Pulford <mark@kyne.com.au> -# +# Created by: Mark Pulford <mark@kyne.com.au> # $FreeBSD$ -# PORTNAME= mp3check PORTVERSION= 1.6 @@ -12,7 +8,7 @@ MASTER_SITES= http://www.icculus.org/mp3check/ EXTRACT_SUFX= MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for checking and fixing mp3 archive inconsistencies +COMMENT= Tool for checking and fixing MP3 archive inconsistencies RUN_DEPENDS= ${LOCALBASE}/bin/id3tool:${PORTSDIR}/audio/id3tool \ ${LOCALBASE}/bin/mp3_check:${PORTSDIR}/audio/mp3_check |