svn commit: r349707 - head/graphics/aalib

Eitan Adler eadler at FreeBSD.org
Mon Mar 31 06:14:19 UTC 2014


Author: eadler
Date: Mon Mar 31 06:14:18 2014
New Revision: 349707
URL: http://svnweb.freebsd.org/changeset/ports/349707
QAT: https://qat.redports.org/buildarchive/r349707/

Log:
  graphics/aalib:	add license information
  
  PR:	ports/185085
  Submitted by:	Hardy Schumacher <hardy.schumacher at gmx.de>

Modified:
  head/graphics/aalib/Makefile

Modified: head/graphics/aalib/Makefile
==============================================================================
--- head/graphics/aalib/Makefile	Mon Mar 31 05:55:49 2014	(r349706)
+++ head/graphics/aalib/Makefile	Mon Mar 31 06:14:18 2014	(r349707)
@@ -11,6 +11,9 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/.r
 MAINTAINER=	eadler at FreeBSD.org
 COMMENT=	ASCII art library
 
+LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 OPTIONS_DEFINE=	X11
 
 USES=		ncurses libtool


More information about the svn-ports-all mailing list