mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
Fix breakage introduced in r389250.
PR: 200869 Submitted by: donnex at donnex.net Pointy hat to: me
This commit is contained in:
parent
87eb8f7a27
commit
c272c82ae1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389706
@ -69,8 +69,13 @@ post-patch:
|
||||
${WRKSRC}/Jamfile
|
||||
|
||||
post-install:
|
||||
.if defined(SLAVE_PORT) && ${SLAVE_PORT:tl} == "yes" && defined(USE_PYTHON)
|
||||
${STRIP_CMD} \
|
||||
${STAGEDIR}${PYTHON_SITELIBDIR}/libtorrent.so
|
||||
.else
|
||||
${STRIP_CMD} \
|
||||
${STAGEDIR}${PREFIX}/lib/libtorrent-rasterbar.so.${SHLIB_VER}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DOCSDIR2}
|
||||
|
Loading…
Reference in New Issue
Block a user