mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Respect ${PREFIX}
Submitted by: Soeren Straarup <xride@x12.dk>
This commit is contained in:
parent
82957a65f9
commit
99f1e6024b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=137639
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolki
|
|||
|
||||
USE_PYTHON= yes
|
||||
NO_BUILD= yes
|
||||
USE_REINPLACE= yes
|
||||
|
||||
pre-patch:
|
||||
@${FIND} ${WRKSRC} -type f | ${XARGS} ${REINPLACE_CMD} \
|
||||
-e 's|/usr/local|${PREFIX}|'
|
||||
|
||||
do-install:
|
||||
@(cd ${WRKSRC} && ${PYTHON_CMD} setup.py install)
|
||||
|
|
Loading…
Add table
Reference in a new issue