svn commit: r426931 - head/net-mgmt/slate

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Nov 23 14:50:03 UTC 2016


Author: amdmi3
Date: Wed Nov 23 14:50:02 2016
New Revision: 426931
URL: https://svnweb.freebsd.org/changeset/ports/426931

Log:
  - Add LICENSE

Modified:
  head/net-mgmt/slate/Makefile

Modified: head/net-mgmt/slate/Makefile
==============================================================================
--- head/net-mgmt/slate/Makefile	Wed Nov 23 14:45:54 2016	(r426930)
+++ head/net-mgmt/slate/Makefile	Wed Nov 23 14:50:02 2016	(r426931)
@@ -9,9 +9,12 @@ MASTER_SITES=	http://www.riverstonenet.c
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple traffic analysis and data reporting collection server for LFAP
 
-PLIST_FILES=	bin/sfas
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		gmake
 GNU_CONFIGURE=	yes
 
+PLIST_FILES=	bin/sfas
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list