diff options
author | stephen <stephen@FreeBSD.org> | 2016-07-30 07:45:41 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-07-30 07:45:41 +0800 |
commit | ec14d351ce4073fa08bbe28fc636ea4e617f1cdf (patch) | |
tree | 96e8cd00c5318258aafd650b13de658d21ac11ec /math | |
parent | fe35f7d4870555bc55dc35d83ca3ab84dc0639c9 (diff) | |
download | freebsd-ports-gnome-ec14d351ce4073fa08bbe28fc636ea4e617f1cdf.tar.gz freebsd-ports-gnome-ec14d351ce4073fa08bbe28fc636ea4e617f1cdf.tar.zst freebsd-ports-gnome-ec14d351ce4073fa08bbe28fc636ea4e617f1cdf.zip |
- Don't install share/cmake/hdf5/libhdf5.settings to avoid clash with
science/paraview
PR: ports/211334
Submitted by: Chen Xie <xiechen96@gmail.com>
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk6/Makefile | 6 | ||||
-rw-r--r-- | math/vtk6/pkg-plist | 1 |
2 files changed, 5 insertions, 2 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index b9b2b0e55b9e..9f4c64c504b1 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -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 @@ BUILD_DEPENDS+= doxygen:devel/doxygen 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 <bsd.port.mk> diff --git a/math/vtk6/pkg-plist b/math/vtk6/pkg-plist index 77493183d2e4..a88e136e762f 100644 --- a/math/vtk6/pkg-plist +++ b/math/vtk6/pkg-plist @@ -4519,4 +4519,3 @@ lib/cmake/vtk-%%VER2%%/vtkWrapPythonSIP.cmake lib/cmake/vtk-%%VER2%%/vtkWrapTcl.cmake lib/cmake/vtk-%%VER2%%/vtkWrapperInit.data.in lib/cmake/vtk-%%VER2%%/vtkWrapping.cmake -share/cmake/hdf5/libhdf5.settings |