- Fix library installation, strip properly
This commit is contained in:
parent
fe28e34a73
commit
f5847cd76f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=388438
1 changed files with 2 additions and 1 deletions
|
@ -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} \
|
||||
|
|
Loading…
Reference in a new issue