svn commit: r431798 - head/print/qpdfview

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jan 18 13:45:00 UTC 2017


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 at 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


More information about the svn-ports-head mailing list