svn commit: r445400 - in head/deskutils/calibre: . files

Mathieu Arnold mat at FreeBSD.org
Tue Jul 11 06:41:17 UTC 2017


Le 09/07/2017 à 12:13, Guido Falsi a écrit :
> +python_OLD_CMD=	"/usr/bin/env python" /bin/python /usr/bin/python /usr/local/bin/python \
> +		"/usr/bin/env python2" /bin/python2 /usr/bin/python2 /usr/local/bin/python2

All the values on the first line already are present in python_OLD_CMD,
so now, they are here twice:

$ make -V python_OLD_CMD
"/usr/bin/env python" /bin/python /usr/bin/python /usr/local/bin/python 
"/usr/bin/env python2" /bin/python2 /usr/bin/python2
/usr/local/bin/python2 "/usr/bin/env python" /bin/python /usr/bin/python
/usr/local/bin/python


You should remove them and only add values that are not already there.


-- 
Mathieu Arnold


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 949 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20170711/7ff93934/attachment.sig>


More information about the svn-ports-all mailing list