Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 18:07:46 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403003 - head/games/vegastrike
Message-ID:  <201512041807.tB4I7kj4016257@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Fri Dec  4 18:07:46 2015
New Revision: 403003
URL: https://svnweb.freebsd.org/changeset/ports/403003

Log:
  games/vegastrike: Fix typo

Modified:
  head/games/vegastrike/Makefile

Modified: head/games/vegastrike/Makefile
==============================================================================
--- head/games/vegastrike/Makefile	Fri Dec  4 16:50:29 2015	(r403002)
+++ head/games/vegastrike/Makefile	Fri Dec  4 18:07:46 2015	(r403003)
@@ -39,7 +39,7 @@ CONFIGURE_ARGS=	--disable-cegui --disabl
 		--enable-flags="${CXXFLAGS}"
 
 BIN_FILES=	bin/vegastrike bin/vssetup bin/vegaserver
-FLIST_FILES=	${BIN_FILES}
+PLIST_FILES=	${BIN_FILES}
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	MESHER



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