svn commit: r476963 - head/astro/oskar

Yuri Victorovich yuri at FreeBSD.org
Sun Aug 12 05:46:44 UTC 2018


Author: yuri
Date: Sun Aug 12 05:46:43 2018
New Revision: 476963
URL: https://svnweb.freebsd.org/changeset/ports/476963

Log:
  astro/oskar: Fix typo in LICENSE_FILES
  
  Reported by:	linimon

Modified:
  head/astro/oskar/Makefile

Modified: head/astro/oskar/Makefile
==============================================================================
--- head/astro/oskar/Makefile	Sun Aug 12 05:45:52 2018	(r476962)
+++ head/astro/oskar/Makefile	Sun Aug 12 05:46:43 2018	(r476963)
@@ -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
-xLICENSE_FILES=	${WRKSRC}/../COPYING
+LICENSE_FILES=	${WRKSRC}/../COPYING
 
 LIB_DEPENDS=	libcfitsio.so:astro/cfitsio
 


More information about the svn-ports-head mailing list