diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-18 19:24:28 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2008-04-18 19:24:28 +0000 |
| commit | 7544a9e985701c654502e296c0ee6f02bb767520 (patch) | |
| tree | ca70abaeb33d1a38f46c02694d1af0b2ced17d0b | |
| parent | - Update to 0.9.7 (diff) | |
Fix references to -build directory in installed .cmake files.
| -rw-r--r-- | science/paraview/Makefile | 6 |
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 \ |
