svn commit: r371919 - head/graphics/libwmf

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Oct 31 19:55:10 UTC 2014


Author: amdmi3
Date: Fri Oct 31 19:55:09 2014
New Revision: 371919
URL: https://svnweb.freebsd.org/changeset/ports/371919
QAT: https://qat.redports.org/buildarchive/r371919/

Log:
  - Clarify LICENSE
  - Add LICENSE_FILE

Modified:
  head/graphics/libwmf/Makefile

Modified: head/graphics/libwmf/Makefile
==============================================================================
--- head/graphics/libwmf/Makefile	Fri Oct 31 19:54:59 2014	(r371918)
+++ head/graphics/libwmf/Makefile	Fri Oct 31 19:55:09 2014	(r371919)
@@ -10,7 +10,8 @@ MASTER_SITES=	SF/wvware/${PORTNAME}/${PO
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Tools and library for converting Microsoft WMF (windows metafile)
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 LIB_DEPENDS=	libjpeg.so:${PORTSDIR}/graphics/jpeg \
 		libpng.so:${PORTSDIR}/graphics/png \


More information about the svn-ports-all mailing list