--- Makefile (revision 419154) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= vtk PORTVERSION= 6.2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= math graphics MASTER_SITES= http://www.vtk.org/files/release/${VTK_SHORT_VER}/ PKGNAMESUFFIX= 6 @@ -217,4 +217,8 @@ CMAKE_ARGS+= -DBUILD_DOCUMENTATION:BOOL=OFF .endif +post-install: +# So that this port doesn't clash with science/paraview: + ${RM} ${STAGEDIR}${PREFIX}/share/cmake/hdf5/libhdf5.settings + .include --- pkg-plist (revision 419154) +++ pkg-plist (working copy) @@ -4519,4 +4519,3 @@ lib/cmake/vtk-%%VER2%%/vtkWrapTcl.cmake lib/cmake/vtk-%%VER2%%/vtkWrapperInit.data.in lib/cmake/vtk-%%VER2%%/vtkWrapping.cmake -share/cmake/hdf5/libhdf5.settings