From owner-svn-ports-all@freebsd.org Fri Dec 4 15:49:23 2015 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D4E0A41654; Fri, 4 Dec 2015 15:49:23 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 16A311C60; Fri, 4 Dec 2015 15:49:22 +0000 (UTC) (envelope-from freebsd.contact@marino.st) Received: from [192.168.1.22] (253.Red-83-32-1.dynamicIP.rima-tde.net [83.32.1.253]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 6DA8043BDE; Fri, 4 Dec 2015 09:49:14 -0600 (CST) Subject: Re: svn commit: r402994 - head/games/vegastrike To: Dmitry Marakasov , John Marino References: <201512041523.tB4FND2S068316@repo.freebsd.org> <20151204154421.GG10403@hades.panopticon> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Reply-To: marino@freebsd.org From: John Marino Message-ID: <5661B5F7.3010603@marino.st> Date: Fri, 4 Dec 2015 16:49:11 +0100 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <20151204154421.GG10403@hades.panopticon> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Dec 2015 15:49:23 -0000 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?)