mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
- Remove out-dated post-patch:
- Strip shared library - Cosmetic change
This commit is contained in:
parent
84045a1a92
commit
404ece6e37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=363138
1 changed files with 7 additions and 9 deletions
|
@ -18,17 +18,15 @@ LICENSE_COMB= dual
|
|||
|
||||
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl
|
||||
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
USE_PYDISTUTILS=yes
|
||||
USE_PYTHON= yes
|
||||
|
||||
DATADIR= ${PREFIX}/share/py-curl
|
||||
DOCSDIR= ${PREFIX}/share/doc/py-curl
|
||||
EXAMPLESDIR= ${PREFIX}/share/examples/py-curl
|
||||
DATADIR= ${PREFIX}/share/py-curl
|
||||
|
||||
USE_PYTHON= yes
|
||||
USE_PYDISTUTILS= yes
|
||||
PYDISTUTILS_AUTOPLIST= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} \
|
||||
-e 's@data_files=@#data_files=t@' \
|
||||
${WRKSRC}/setup.py
|
||||
post-install:
|
||||
${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/pycurl.so
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue