svn commit: r403003 - head/games/vegastrike

John Marino marino at FreeBSD.org
Fri Dec 4 18:07:48 UTC 2015


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


More information about the svn-ports-head mailing list