Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Jul 2018 09:07:44 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474721 - head/graphics/svgalib
Message-ID:  <201807160907.w6G97iqo067834@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Mon Jul 16 09:07:44 2018
New Revision: 474721
URL: https://svnweb.freebsd.org/changeset/ports/474721

Log:
  - Add LICENSE
  - Whitespace fix
  
  Approved by:	portmgr blanket

Modified:
  head/graphics/svgalib/Makefile

Modified: head/graphics/svgalib/Makefile
==============================================================================
--- head/graphics/svgalib/Makefile	Mon Jul 16 08:42:08 2018	(r474720)
+++ head/graphics/svgalib/Makefile	Mon Jul 16 09:07:44 2018	(r474721)
@@ -10,9 +10,12 @@ MASTER_SITES=	http://www.svgalib.org/
 MAINTAINER=	zeising@FreeBSD.org
 COMMENT=	Low level console graphics library
 
+LICENSE=	PD
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
 ONLY_FOR_ARCHS=	i386 amd64
 
-USES=	gmake uidfix dos2unix shebangfix
+USES=		gmake uidfix dos2unix shebangfix
 DOS2UNIX_FILES=	utils/gtf/gtf.h utils/gtf/scitech.h
 SHEBANG_FILES=	utils/svgakeymap
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201807160907.w6G97iqo067834>