svn commit: r511346 - head/sysutils/mdf2iso

Mathieu Arnold mat at FreeBSD.org
Wed Sep 11 20:52:09 UTC 2019


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

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20190911/d501713e/attachment.sig>


More information about the svn-ports-all mailing list