svn commit: r497044 - head/devel/p5-File-chdir

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Thu Mar 28 17:33:46 UTC 2019


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>


More information about the svn-ports-all mailing list