svn commit: r402994 - head/games/vegastrike

John Marino freebsd.contact at marino.st
Fri Dec 4 15:49:23 UTC 2015


On 12/4/2015 4:44 PM, Dmitry Marakasov wrote:
> * John Marino (marino at FreeBSD.org) wrote:
> 
>> Modified: head/games/vegastrike/Makefile
>> ==============================================================================
>> --- head/games/vegastrike/Makefile	Fri Dec  4 15:22:34 2015	(r402993)
>> +++ head/games/vegastrike/Makefile	Fri Dec  4 15:23:12 2015	(r402994)
>> @@ -38,7 +38,8 @@ CONFIGURE_ARGS=	--disable-cegui --disabl
>>  		--with-boost=system \
>>  		--enable-flags="${CXXFLAGS}"
>>  
>> -PLIST_FILES=	bin/vegastrike bin/vssetup bin/vegaserver
>> +BIN_FILES=	bin/vegastrike bin/vssetup bin/vegaserver
>> +FLIST_FILES=	${BIN_FILES}
> 
> Have you even tested this?
> 

with "make -V".  why?

make -V PLIST_FILES
make -V BIN_FILES

there is a difference.
(why is this worth mentioning?)


More information about the svn-ports-head mailing list