svn commit: r430770 - head/devel/arduino-tools

Antoine Brodin antoine at FreeBSD.org
Sat Jan 7 07:35:55 UTC 2017


Author: antoine
Date: Sat Jan  7 07:35:54 2017
New Revision: 430770
URL: https://svnweb.freebsd.org/changeset/ports/430770

Log:
  Remove LICENSE=NONE, this ports installs only symlinks so if a license has
  to apply it's the FreeBSD Ports Collection license

Modified:
  head/devel/arduino-tools/Makefile

Modified: head/devel/arduino-tools/Makefile
==============================================================================
--- head/devel/arduino-tools/Makefile	Sat Jan  7 07:23:30 2017	(r430769)
+++ head/devel/arduino-tools/Makefile	Sat Jan  7 07:35:54 2017	(r430770)
@@ -11,8 +11,6 @@ EXTRACT_ONLY=	#
 MAINTAINER=	bsdports at kyle-evans.net
 COMMENT=	Brings together all of the tool dependencies used for Arduino 1.6
 
-LICENSE=	NONE
-
 RUN_DEPENDS=	avrdude:devel/avrdude \
 		bossac:devel/bossa \
 		avr-as:devel/avr-binutils \


More information about the svn-ports-all mailing list