svn commit: r482221 - head/audio/fasttracker2
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Oct 16 12:38:23 UTC 2018
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
More information about the svn-ports-all
mailing list