Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 4 Dec 2015 16:49:11 +0100
From:      John Marino <freebsd.contact@marino.st>
To:        Dmitry Marakasov <amdmi3@amdmi3.ru>, John Marino <marino@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   Re: svn commit: r402994 - head/games/vegastrike
Message-ID:  <5661B5F7.3010603@marino.st>
In-Reply-To: <20151204154421.GG10403@hades.panopticon>
References:  <201512041523.tB4FND2S068316@repo.freebsd.org> <20151204154421.GG10403@hades.panopticon>

next in thread | previous in thread | raw e-mail | index | archive | help
On 12/4/2015 4:44 PM, Dmitry Marakasov wrote:
> * John Marino (marino@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?)



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