diff options
author | thierry <thierry@FreeBSD.org> | 2008-04-19 03:24:28 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2008-04-19 03:24:28 +0800 |
commit | c9321f6e78c4c4d29a41a10ccda795c73486375e (patch) | |
tree | 97e0e6ae29046368167c78a16e930f912bb2c668 /science/paraview | |
parent | 7340898b039aa1a536c53e28df2e81e68bd96710 (diff) | |
download | freebsd-ports-graphics-c9321f6e78c4c4d29a41a10ccda795c73486375e.tar.gz freebsd-ports-graphics-c9321f6e78c4c4d29a41a10ccda795c73486375e.tar.zst freebsd-ports-graphics-c9321f6e78c4c4d29a41a10ccda795c73486375e.zip |
Fix references to -build directory in installed .cmake files.
Diffstat (limited to 'science/paraview')
-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 4f7f2e0cee3..8926a7ac594 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 \ |