svn commit: r476964 - head/astro/oskar

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 12 05:47:56 UTC 2018


Author: yuri
Date: Sun Aug 12 05:47:55 2018
New Revision: 476964
URL: https://svnweb.freebsd.org/changeset/ports/476964

Log:
  astro/oskar: Fix LICENSE_FILE

Modified:
  head/astro/oskar/Makefile

Modified: head/astro/oskar/Makefile
==============================================================================
--- head/astro/oskar/Makefile	Sun Aug 12 05:46:43 2018	(r476963)
+++ head/astro/oskar/Makefile	Sun Aug 12 05:47:55 2018	(r476964)
@@ -11,7 +11,7 @@ ONLY_FOR_ARCHS=		amd64 i386 powerpc powerpc64
 ONLY_FOR_ARCHS_REASON=	gccfeatures.h:54:4: This code has only been tested on x86 and powerpc platforms
 
 LICENSE=	GPLv2
-LICENSE_FILES=	${WRKSRC}/../COPYING
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
 LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
 


More information about the svn-ports-head mailing list