1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

Fix references to -build directory in installed .cmake files.

This commit is contained in:
Thierry Thomas 2008-04-18 19:24:28 +00:00
parent 98da463e69
commit 7544a9e985
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=211549

View File

@ -7,7 +7,7 @@
PORTNAME= paraview
PORTVERSION= 2.4.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= science graphics
MASTER_SITES= http://www.paraview.org/files/v2.4/
@ -63,8 +63,8 @@ do-configure:
post-install:
.for c2f in ${CMAKE2INST}
${SED} -e 's|${PATCH_WRKSRC}|${LIB_INSTDIR}|g' \
-e 's|${WRKSRC}|${LIB_INSTDIR}|g' \
${SED} -e 's|${WRKSRC}|${LIB_INSTDIR}|g' \
-e 's|${PATCH_WRKSRC}|${LIB_INSTDIR}|g' \
${WRKSRC}/${c2f} > ${LIB_INSTDIR}/`${BASENAME} ${c2f}`
.endfor
${INSTALL_DATA} ${PATCH_WRKSRC}/ParaViewUse.cmake \