diff options
author | stephen <stephen@FreeBSD.org> | 2015-11-28 13:34:30 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2015-11-28 13:34:30 +0800 |
commit | 3a7dca97419b7d15f55508b5dd8a3b062b27027a (patch) | |
tree | f3f32cb9d84711a6e7fc415ca52d7a7ba954365d /math | |
parent | 92eb0a5e0d60851a9bcecfc493ab81a9675d5d61 (diff) | |
download | freebsd-ports-gnome-3a7dca97419b7d15f55508b5dd8a3b062b27027a.tar.gz freebsd-ports-gnome-3a7dca97419b7d15f55508b5dd8a3b062b27027a.tar.zst freebsd-ports-gnome-3a7dca97419b7d15f55508b5dd8a3b062b27027a.zip |
- Mild cosmetic changes to the Makefile comments.
Diffstat (limited to 'math')
-rw-r--r-- | math/vtk6/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/math/vtk6/Makefile b/math/vtk6/Makefile index 5a1c02be1359..e804850df879 100644 --- a/math/vtk6/Makefile +++ b/math/vtk6/Makefile @@ -82,16 +82,12 @@ CMAKE_ARGS+= -DVTK_INSTALL_LIBRARY_DIR=lib/vtk-${VTK_SHORT_VER} \ SHARED_CMAKE_ON= -DBUILD_SHARED_LIBS:BOOL=ON SHARED_CMAKE_OFF= -DBUILD_SHARED_LIBS:BOOL=OFF -# Mangling so that port will build when science/netcdf is installed. +# Mangling so that it will build when science/netcdf is installed. post-patch: ${MV} ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/netcdf.h \ ${WRKSRC}/ThirdParty/netcdf/vtknetcdf/include/xxxnetcdf.h ${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \ -E 's/[[:<:]]netcdf\.h[[:>:]]/xxxnetcdf.h/' -# ${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \ -# -E 's/[[:<:]]libnetcdf[[:>:]]/libxxxnetcdf/' -# ${FIND} ${WRKSRC}/ThirdParty/netcdf -type f | ${XARGS} ${REINPLACE_CMD} \ -# -E 's/[[:<:]]-lnetcdf[[:>:]]/-lxxxnetcdf/' .include <bsd.port.options.mk> |