svn commit: r520816 - head/emulators/ukncbtl

Max Brazhnikov makc at FreeBSD.org
Tue Dec 24 20:25:32 UTC 2019


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


More information about the svn-ports-all mailing list