svn commit: r441459 - head/net/radvd

Babak Farrokhi farrokhi at FreeBSD.org
Mon May 22 13:48:51 UTC 2017


Author: farrokhi
Date: Mon May 22 13:48:50 2017
New Revision: 441459
URL: https://svnweb.freebsd.org/changeset/ports/441459

Log:
  net/radvd: Add licensing information
  
  Reviewed by:	mat
  Approved by:	mat
  Differential Revision:	https://reviews.freebsd.org/D10732

Modified:
  head/net/radvd/Makefile

Modified: head/net/radvd/Makefile
==============================================================================
--- head/net/radvd/Makefile	Mon May 22 13:46:32 2017	(r441458)
+++ head/net/radvd/Makefile	Mon May 22 13:48:50 2017	(r441459)
@@ -9,6 +9,11 @@ MASTER_SITES=	http://www.litech.org/radv
 MAINTAINER=	farrokhi at FreeBSD.org
 COMMENT=	Linux/BSD IPv6 router advertisement daemon
 
+LICENSE=	RADVD
+LICENSE_NAME=	RADVD License
+LICENSE_FILE=	${WRKSRC}/COPYRIGHT
+LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
+
 LIB_DEPENDS=	libdaemon.so:devel/libdaemon
 
 GNU_CONFIGURE=	yes


More information about the svn-ports-all mailing list