svn commit: r402510 - head/math/vtk6

Stephen Montgomery-Smith stephen at FreeBSD.org
Sat Nov 28 05:34:31 UTC 2015


Author: stephen
Date: Sat Nov 28 05:34:30 2015
New Revision: 402510
URL: https://svnweb.freebsd.org/changeset/ports/402510

Log:
  - Mild cosmetic changes to the Makefile comments.

Modified:
  head/math/vtk6/Makefile

Modified: head/math/vtk6/Makefile
==============================================================================
--- head/math/vtk6/Makefile	Sat Nov 28 05:30:18 2015	(r402509)
+++ head/math/vtk6/Makefile	Sat Nov 28 05:34:30 2015	(r402510)
@@ -82,16 +82,12 @@ CMAKE_ARGS+=	-DVTK_INSTALL_LIBRARY_DIR=l
 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>
 


More information about the svn-ports-all mailing list