Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 15 Nov 2015 03:00:58 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401628 - head/audio/mp3-archive-tools
Message-ID:  <201511150300.tAF30wmW055319@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Nov 15 03:00:57 2015
New Revision: 401628
URL: https://svnweb.freebsd.org/changeset/ports/401628

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/audio/mp3-archive-tools/Makefile

Modified: head/audio/mp3-archive-tools/Makefile
==============================================================================
--- head/audio/mp3-archive-tools/Makefile	Sun Nov 15 03:00:54 2015	(r401627)
+++ head/audio/mp3-archive-tools/Makefile	Sun Nov 15 03:00:57 2015	(r401628)
@@ -12,11 +12,13 @@ MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Set of tools to ease organising a collection of audio files
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 BUILD_DEPENDS=	libmp3-archive-perl>=0:${PORTSDIR}/audio/libmp3-archive-perl \
 		p5-MP3-Tag>=0:${PORTSDIR}/audio/p5-MP3-Tag
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USE_PERL5=	configure
 USES=		perl5
 



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