Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Dec 2019 20:25:32 +0000 (UTC)
From:      Max Brazhnikov <makc@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520816 - head/emulators/ukncbtl
Message-ID:  <201912242025.xBOKPWE1079265@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: makc
Date: Tue Dec 24 20:25:31 2019
New Revision: 520816
URL: https://svnweb.freebsd.org/changeset/ports/520816

Log:
  emulators/ukncbtl: fix path to the license file

Modified:
  head/emulators/ukncbtl/Makefile

Modified: head/emulators/ukncbtl/Makefile
==============================================================================
--- head/emulators/ukncbtl/Makefile	Tue Dec 24 19:53:43 2019	(r520815)
+++ head/emulators/ukncbtl/Makefile	Tue Dec 24 20:25:31 2019	(r520816)
@@ -8,7 +8,7 @@ MAINTAINER=	makc@FreeBSD.org
 COMMENT=	UKNC (Elektronika MS-0511) emulator
 
 LICENSE=	LGPL3
-LICENSE_FILE=	LICENSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 USES=		compiler:c++11-lang gl qmake qt:5
 



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