On Wed, 19 Feb 2014 19:02:01 +0400
Lev Serebryakov <l...@freebsd.org> wrote:

> Hello, Freebsd-ports.
> 
>  My port uses some pythons scripts to configure (it is not pythonn-related
> by itself, only authors of this software use python scripts on build
> stage).
> 
>  How should I patch these scripts to work? It looks like
> /usr/local/bin/python2 is installed by devel/python2 port, and
> USE_PYTHON_BUILD=yes doesn't depends on this port, but on python27, which
> could be changed in future or by users's request, so I don't want to
> hardcode /usr/local/bin/python2.7, too...
> 

I think it would be 

#!/usr/bin/env python2

-- 
//
// Serpent7776
//

_______________________________________________
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Reply via email to