Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Oct 2018 12:38:22 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r482221 - head/audio/fasttracker2
Message-ID:  <201810161238.w9GCcM1f078246@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Tue Oct 16 12:38:22 2018
New Revision: 482221
URL: https://svnweb.freebsd.org/changeset/ports/482221

Log:
  Restore previous order of LICENSE definitions.
  
  Reported by:	mat
  Mislead by:	portlint

Modified:
  head/audio/fasttracker2/Makefile

Modified: head/audio/fasttracker2/Makefile
==============================================================================
--- head/audio/fasttracker2/Makefile	Tue Oct 16 12:02:50 2018	(r482220)
+++ head/audio/fasttracker2/Makefile	Tue Oct 16 12:38:22 2018	(r482221)
@@ -14,11 +14,11 @@ COMMENT=	Fasttracker II clone
 LICENSE=	BSD3CLAUSE CC-BY-NC-SA-4.0
 LICENSE_COMB=	multi
 
-USES=		dos2unix localbase:ldflags zip iconv:wchar_t
-USE_SDL=	sdl2
-
 LICENSE_FILE_BSD3CLAUSE=	${WRKSRC}/src/LICENSE.txt
 LICENSE_FILE_CC-BY-NC-SA-4.0=	${WRKSRC}/src/gfxdata/bmp/LICENSE.txt
+
+USES=		dos2unix localbase:ldflags zip iconv:wchar_t
+USE_SDL=	sdl2
 
 WRKSRC=		${WRKDIR}/ft2-clone-code
 



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