From owner-svn-ports-all@FreeBSD.ORG Thu Nov 7 02:43:22 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 1033) id A5200638; Thu, 7 Nov 2013 02:43:22 +0000 (UTC) Date: Thu, 7 Nov 2013 02:43:22 +0000 From: Alexey Dokuchaev To: Ganael LAPLANCHE Subject: Re: svn commit: r332953 - head/benchmarks/nttcp Message-ID: <20131107024322.GA63635@FreeBSD.org> References: <201311060811.rA68BbBe077262@svn.freebsd.org> <20131106081815.GB90001@FreeBSD.org> <20131106135212.M16907@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131106135212.M16907@FreeBSD.org> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Thu, 07 Nov 2013 02:43:22 -0000 On Wed, Nov 06, 2013 at 01:55:14PM +0000, Ganael LAPLANCHE wrote: > On Wed, 6 Nov 2013 08:18:15 +0000, Alexey Dokuchaev wrote > > Hi Alexey, > > > ALL_TARGET= nttcp > > > -MAN1= nttcp.1 > > > -PLIST_FILES= bin/nttcp > > > +PLIST_FILES= bin/nttcp man/man1/nttcp.1.gz > > > > We usually try to move out PLIST_* knobs in separate block. > > You mean having a blank line between MAN1 and PLIST_FILES, right ? Well, since now MAN1 line is gone, it would be blank line between ALL_TARGET and PLIST_FILES. > > > - ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${PREFIX}/bin/ > > > - ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${PREFIX}/man/man1/ > > > + ${INSTALL_PROGRAM} ${WRKSRC}/nttcp ${STAGEDIR}${PREFIX}/bin/ > > > + ${INSTALL_MAN} ${WRKSRC}/nttcp.1 ${STAGEDIR}${PREFIX}/man/man1/ > > > > Manual pages should be installed relative to MAN[n]PREFIX, not > > PREFIX. > > Oops, thanks for having spotted this ! I'll fix that ASAP. Thanks. ./danfe