1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Use setup.py instead of PYSETUP

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-07-27 16:28:35 +00:00
parent 6f950576f9
commit 97ae7d6f0b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363082

View File

@ -25,6 +25,6 @@ post-patch:
@${REINPLACE_CMD} \
-e "s|^\(extra_compile_args = \).*$$|\1\['-I${LOCALBASE}/include'\]|" \
-e "s|^\(extra_link_args = \).*$$|\1\['-L${LOCALBASE}/lib', '-lleveldb'\]|" \
${WRKSRC}/${PYSETUP}
${WRKSRC}/setup.py
.include <bsd.port.mk>