Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 1 Aug 2018 05:41:20 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r476152 - head/audio/mp3plot
Message-ID:  <201808010541.w715fKoD017641@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Wed Aug  1 05:41:20 2018
New Revision: 476152
URL: https://svnweb.freebsd.org/changeset/ports/476152

Log:
  audio/mp3plot: Fix comment and add LICENSE_FILE

Modified:
  head/audio/mp3plot/Makefile

Modified: head/audio/mp3plot/Makefile
==============================================================================
--- head/audio/mp3plot/Makefile	Wed Aug  1 05:40:20 2018	(r476151)
+++ head/audio/mp3plot/Makefile	Wed Aug  1 05:41:20 2018	(r476152)
@@ -8,9 +8,10 @@ CATEGORIES=	audio
 MASTER_SITES=	http://p.outlyer.net/mp3plot/files/
 
 MAINTAINER=	ports@FreeBSD.org
-COMMENT=	Mp3 bitrate plot tool
+COMMENT=	MP3 bitrate plot tool
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BROKEN_powerpc64=	fails to configure: C++ compiler cannot create executables
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201808010541.w715fKoD017641>