svn commit: r345292 - head/emulators/mtools

Mathieu Arnold mat at FreeBSD.org
Fri Feb 21 09:29:42 UTC 2014


+--On 21 février 2014 01:55:21 +0000 Martin Wilke <miwi at FreeBSD.org> wrote:
| +	@if [ ! -f ${STAGEDIR}${PREFIX}/etc/mtools.conf ]; then \
| +		cd ${STAGEDIR}${PREFIX}/etc && ${CP} -p mtools.conf.sample
| mtools.conf; \
|  	fi

As there will never be the mtool.conf file there, because it's empty to
start with, the package will overwrite the existing mtool.conf now, this
hould just be removed :-)

-- 
Mathieu Arnold


More information about the svn-ports-all mailing list