View | Details | Raw Unified | Return to bug 216330
Collapse All | Expand All

(-)math/vtk6/Makefile (-4 lines)
Lines 217-224 Link Here
217
CMAKE_ARGS+=	-DBUILD_DOCUMENTATION:BOOL=OFF
217
CMAKE_ARGS+=	-DBUILD_DOCUMENTATION:BOOL=OFF
218
.endif
218
.endif
219
219
220
post-install:
221
# So that this port doesn't clash with science/paraview:
222
	${RM} ${STAGEDIR}${PREFIX}/share/cmake/hdf5/libhdf5.settings
223
224
.include <bsd.port.mk>
220
.include <bsd.port.mk>
(-)math/vtk6/files/patch-ThirdParty_hdf5_vtkhdf5_CMakeInstallation.cmake (+16 lines)
Line 0 Link Here
1
So that this port doesn't clash with science/paraview:
2
3
--- ThirdParty/hdf5/vtkhdf5/CMakeInstallation.cmake.orig	2017-01-20 17:51:20 UTC
4
+++ ThirdParty/hdf5/vtkhdf5/CMakeInstallation.cmake
5
@@ -105,11 +105,6 @@ configure_file (
6
     ${HDF5_RESOURCES_DIR}/libhdf5.settings.cmake.in 
7
     ${HDF5_BINARY_DIR}/libhdf5.settings @ONLY
8
 )
9
-install (
10
-    FILES ${HDF5_BINARY_DIR}/libhdf5.settings
11
-    DESTINATION ${HDF5_INSTALL_CMAKE_DIR}/${HDF5_PACKAGE}
12
-    COMPONENT libraries
13
-)
14
 
15
 #-----------------------------------------------------------------------------
16
 # Configure the HDF518_Examples.cmake file and the examples

Return to bug 216330