[net/libproxy] pkg-plist issue, howbeit not install libproxy.py[co], but installed by devel/py-setuptools

Norikatsu Shigemura nork at FreeBSD.org
Sat May 15 05:36:25 UTC 2010


Hi gnome team.

	I noticed that /usr/local/lib/python2.6/site-packages/libproxy.py[co]
	was installed, but net/libproxy doesn't install these.  So I
	research who installed these.  I found devel/py-setuptools like
	following:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
post-install:
	${INSTALL_DATA} ${WRKSRC}/site.py ${PYTHON_SITELIBDIR}
.for opt in -Qold -O
	${PYTHON_CMD} ${opt} -m compileall -l -x \
		'^[^s][^i]?[^t]?[^e]?[^.][^p][^y]$$' ${PYTHON_SITELIBDIR}
.endfor
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	I think that net/libproxy should install libproxy.py[co], how
	about?

-- 
Norikatsu Shigemura <nork at FreeBSD.org>


More information about the freebsd-gnome mailing list