Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 07:58:50 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r451497 - head/security/quantis
Message-ID:  <201710080758.v987woWY050234@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Oct  8 07:58:49 2017
New Revision: 451497
URL: https://svnweb.freebsd.org/changeset/ports/451497

Log:
  Fix LICENSE_FILE
  
  Notified by:	antoine
  Approved by:	portmgr (blanket)

Modified:
  head/security/quantis/Makefile

Modified: head/security/quantis/Makefile
==============================================================================
--- head/security/quantis/Makefile	Sun Oct  8 07:58:45 2017	(r451496)
+++ head/security/quantis/Makefile	Sun Oct  8 07:58:49 2017	(r451497)
@@ -14,7 +14,7 @@ COMMENT=	Libraries and utilities to access Quantis dev
 
 LICENSE=	BSD3CLAUSE GPLv2
 LICENSE_COMB=	dual
-LICENSE_FILE=	${WRKSRC}/Quantis-${DISTVERSION}/License.txt
+LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/../License.txt
 
 OPTIONS_DEFINE=	PCI USB JAVA COMPAT TOOL GUI DOCS EXAMPLES
 OPTIONS_DEFAULT=PCI USB JAVA TOOL GUI



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