aboutsummaryrefslogtreecommitdiff
path: root/science
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2008-04-18 19:24:28 +0000
committerThierry Thomas <thierry@FreeBSD.org>2008-04-18 19:24:28 +0000
commit7544a9e985701c654502e296c0ee6f02bb767520 (patch)
treeca70abaeb33d1a38f46c02694d1af0b2ced17d0b /science
parent98da463e69a2b71c8ed3e9d24fa397bedceb2f71 (diff)
downloadports-7544a9e985701c654502e296c0ee6f02bb767520.tar.gz
ports-7544a9e985701c654502e296c0ee6f02bb767520.zip
Fix references to -build directory in installed .cmake files.
Notes
Notes: svn path=/head/; revision=211549
Diffstat (limited to 'science')
-rw-r--r--science/paraview/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/paraview/Makefile b/science/paraview/Makefile
index 4f7f2e0cee3d..8926a7ac5943 100644
--- a/science/paraview/Makefile
+++ b/science/paraview/Makefile
@@ -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 \