svn commit: r451497 - head/security/quantis

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Oct 8 07:58:51 UTC 2017


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


More information about the svn-ports-all mailing list