1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

- Fix library installation, strip properly

This commit is contained in:
Dmitry Marakasov 2015-06-03 15:59:33 +00:00
parent fe28e34a73
commit f5847cd76f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388438

View File

@ -3,6 +3,7 @@
PORTNAME= vtkmpeg2encode
PORTVERSION= ${VTK_VERSION}
PORTREVISION= 1
CATEGORIES= multimedia math
MASTER_SITES= http://www.vtk.org/files/support/ \
http://www.neuro.mcw.edu/Ports/distfiles/VTK5/
@ -41,7 +42,7 @@ post-build:
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/vtk-${VTK_VERSION:R}
${INSTALL_DATA} ${WRKSRC}/${MPEGLIB}.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib
${INSTALL_LIB} ${WRKSRC}/${MPEGLIB}.so.${PORTVERSION} ${STAGEDIR}${PREFIX}/lib
${LN} -s ${MPEGLIB}.so.${PORTVERSION} \
${STAGEDIR}${PREFIX}/lib/${MPEGLIB}.so.${VTK_VERSION:R}
${LN} -s ${MPEGLIB}.so.${PORTVERSION} \