Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Nov 2016 17:09:26 +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: r426477 - head/devel/p5-Git-Sub
Message-ID:  <201611191709.uAJH9Qlv074217@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sat Nov 19 17:09:26 2016
New Revision: 426477
URL: https://svnweb.freebsd.org/changeset/ports/426477

Log:
  - Add LICENSE_FILE
  - Add NO_ARCH

Modified:
  head/devel/p5-Git-Sub/Makefile

Modified: head/devel/p5-Git-Sub/Makefile
==============================================================================
--- head/devel/p5-Git-Sub/Makefile	Sat Nov 19 17:09:21 2016	(r426476)
+++ head/devel/p5-Git-Sub/Makefile	Sat Nov 19 17:09:26 2016	(r426477)
@@ -11,11 +11,13 @@ COMMENT=	Git commands imported into the 
 
 LICENSE=	ART10 GPLv1
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BUILD_DEPENDS:=	p5-File-Which>=0:sysutils/p5-File-Which \
 		p5-System-Sub>=0:devel/p5-System-Sub
 RUN_DEPENDS:=	${BUILD_DEPENDS}
 
+NO_ARCH=	yes
 USES=		perl5
 USE_PERL5=	configure
 



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