Date: Thu, 12 Sep 2019 12:18:00 +0200 From: Alex Kozlov <ak@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r511346 - head/sysutils/mdf2iso Message-ID: <20190912101800.GA266@ravenloft.kiev.ua> In-Reply-To: <20190911205207.g3c42qef3s7wfzzv@atuin.in.mat.cc> References: <201909061758.x86HwJUN006655@repo.freebsd.org> <20190911205207.g3c42qef3s7wfzzv@atuin.in.mat.cc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 11, 2019 at 10:52:07PM +0200, Mathieu Arnold wrote: > On Fri, Sep 06, 2019 at 05:58:19PM +0000, Alex Kozlov wrote: > > -MASTER_SITES= http://BSDforge.com/projects/source/sysutils/mdf2iso/ > > +MASTER_SITES= ${MASTER_SITE_DEBIAN} > > +MASTER_SITE_SUBDIR= pool/main/m/${PORTNAME} > > The modern (as in after 2006) way to write this is: > > MASTER_SITES= DEBIAN/pool/main/m/${PORTNAME} > > And as pool/main/<first leter>/PORTNAME is the default, it can be > shortened to: > > MASTER_SITES= DEBIAN Fixed. Thanks. -- Alex
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20190912101800.GA266>