Fix breakage introduced in r389250.

PR:		200869
Submitted by:	donnex at donnex.net
Pointy hat to:	me
This commit is contained in:
Guido Falsi 2015-06-15 13:34:30 +00:00
parent 87eb8f7a27
commit c272c82ae1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=389706

View file

@ -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}