svn commit: r451482 - head/devel/p5-Devel-REPL

Antoine Brodin antoine at FreeBSD.org
Sun Oct 8 05:58:04 UTC 2017


Author: antoine
Date: Sun Oct  8 05:58:02 2017
New Revision: 451482
URL: https://svnweb.freebsd.org/changeset/ports/451482

Log:
  Fix LICENSE_FILE
  
  Reported by:	pkg-fallout

Modified:
  head/devel/p5-Devel-REPL/Makefile

Modified: head/devel/p5-Devel-REPL/Makefile
==============================================================================
--- head/devel/p5-Devel-REPL/Makefile	Sat Oct  7 22:48:08 2017	(r451481)
+++ head/devel/p5-Devel-REPL/Makefile	Sun Oct  8 05:58:02 2017	(r451482)
@@ -12,7 +12,7 @@ COMMENT=	Modern Perl interactive shell
 
 LICENSE=	ART10 GPLv1+
 LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENCE
 
 BUILD_DEPENDS=	p5-Moose>=0.93:devel/p5-Moose \
 	p5-MooseX-Object-Pluggable>=0.0009:devel/p5-MooseX-Object-Pluggable \


More information about the svn-ports-all mailing list