Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Mar 2019 17:33:44 +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: r497044 - head/devel/p5-File-chdir
Message-ID:  <201903281733.x2SHXiaa083287@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Thu Mar 28 17:33:44 2019
New Revision: 497044
URL: https://svnweb.freebsd.org/changeset/ports/497044

Log:
  Add LICENSE_FILE
  
  - Add NO_ARCH

Modified:
  head/devel/p5-File-chdir/Makefile

Modified: head/devel/p5-File-chdir/Makefile
==============================================================================
--- head/devel/p5-File-chdir/Makefile	Thu Mar 28 17:33:38 2019	(r497043)
+++ head/devel/p5-File-chdir/Makefile	Thu Mar 28 17:33:44 2019	(r497044)
@@ -12,8 +12,11 @@ COMMENT=	More sensible way to change directories
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		perl5
 USE_PERL5=	configure
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>



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