svn commit: r402269 - head/sysutils/xbattbar

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Nov 23 11:19:09 UTC 2015


Author: amdmi3
Date: Mon Nov 23 11:19:07 2015
New Revision: 402269
URL: https://svnweb.freebsd.org/changeset/ports/402269

Log:
  - Add LICENSE

Modified:
  head/sysutils/xbattbar/Makefile

Modified: head/sysutils/xbattbar/Makefile
==============================================================================
--- head/sysutils/xbattbar/Makefile	Mon Nov 23 10:41:13 2015	(r402268)
+++ head/sysutils/xbattbar/Makefile	Mon Nov 23 11:19:07 2015	(r402269)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}_${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Simple battery meter
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 USES=		imake
 USE_XORG=	x11 xext
 WRKSRC=		${WRKDIR}/xbattbar-${PORTVERSION}


More information about the svn-ports-all mailing list