svn commit: r363082 - head/databases/py-leveldb
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sun Jul 27 16:28:35 UTC 2014
Author: sunpoet
Date: Sun Jul 27 16:28:35 2014
New Revision: 363082
URL: http://svnweb.freebsd.org/changeset/ports/363082
QAT: https://qat.redports.org/buildarchive/r363082/
Log:
- Use setup.py instead of PYSETUP
Modified:
head/databases/py-leveldb/Makefile
Modified: head/databases/py-leveldb/Makefile
==============================================================================
--- head/databases/py-leveldb/Makefile Sun Jul 27 16:27:31 2014 (r363081)
+++ head/databases/py-leveldb/Makefile Sun Jul 27 16:28:35 2014 (r363082)
@@ -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>
More information about the svn-ports-all
mailing list