Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Jan 2017 13:44:59 +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: r431798 - head/print/qpdfview
Message-ID:  <201701181344.v0IDixNg053729@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Wed Jan 18 13:44:58 2017
New Revision: 431798
URL: https://svnweb.freebsd.org/changeset/ports/431798

Log:
  - Fix license
  
  Approved by:	portmgr blanket

Modified:
  head/print/qpdfview/Makefile

Modified: head/print/qpdfview/Makefile
==============================================================================
--- head/print/qpdfview/Makefile	Wed Jan 18 13:41:02 2017	(r431797)
+++ head/print/qpdfview/Makefile	Wed Jan 18 13:44:58 2017	(r431798)
@@ -6,12 +6,13 @@ PORTVERSION=	0.4.16
 PORTREVISION=	7
 CATEGORIES=	print
 MASTER_SITES=	https://launchpadlibrarian.net/226592308/ \
-	https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/
+		https://launchpad.net/${PORTVERSION}/trunk/${PORTVERSION}/+download/
 
 MAINTAINER=	vg@FreeBSD.org
 COMMENT=	Tabbed DjVu/PDF/PS document viewer
 
-LICENSE=	GPLv2
+LICENSE=	GPLv2+
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		desktop-file-utils pkgconfig qmake
 USE_LDCONFIG=	yes



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