Date: Sat, 25 Jul 2015 15:20:52 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r392888 - head/games/dunelegacy Message-ID: <201507251520.t6PFKq9P088856@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Sat Jul 25 15:20:51 2015 New Revision: 392888 URL: https://svnweb.freebsd.org/changeset/ports/392888 Log: Fix a typo: LICENSE_FILES -> LICENSE_FILE (should be part of r392887). Modified: head/games/dunelegacy/Makefile Modified: head/games/dunelegacy/Makefile ============================================================================== --- head/games/dunelegacy/Makefile Sat Jul 25 15:06:48 2015 (r392887) +++ head/games/dunelegacy/Makefile Sat Jul 25 15:20:51 2015 (r392888) @@ -12,7 +12,7 @@ MAINTAINER= swills@FreeBSD.org COMMENT= Open source clone of Dune II LICENSE= GPLv2 -LICENSE_FILES= COPYING +LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 compiler:c++11-lib USE_AUTOTOOLS= autoconf
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201507251520.t6PFKq9P088856>