svn commit: r533111 - in head/math: vtk8 vtk9

Yuri Victorovich yuri at FreeBSD.org
Mon Apr 27 08:44:46 UTC 2020


Author: yuri
Date: Mon Apr 27 08:44:45 2020
New Revision: 533111
URL: https://svnweb.freebsd.org/changeset/ports/533111

Log:
  math/vtk8 and math/vtk9: Remove commented out lines

Modified:
  head/math/vtk8/Makefile
  head/math/vtk9/Makefile

Modified: head/math/vtk8/Makefile
==============================================================================
--- head/math/vtk8/Makefile	Mon Apr 27 07:58:12 2020	(r533110)
+++ head/math/vtk8/Makefile	Mon Apr 27 08:44:45 2020	(r533111)
@@ -121,11 +121,7 @@ USES+=		gl
 USE_GL=		gl glu
 .endif
 
-post-install:
-	## 8.2 installs cmake files into a wrong location
-	#@cd ${STAGEDIR}${PREFIX} && \
-	#	${MV} lib/vtk-${VTK_SHORT_VER}/cmake lib/
-	# autoplist: thousands of files, complex dependencies on options
+post-install: # autoplist: thousands of files, complex dependencies on options
 	@cd ${STAGEDIR}${PREFIX} && \
 		${FIND} * -type f -or -type l >> ${TMPPLIST}
 

Modified: head/math/vtk9/Makefile
==============================================================================
--- head/math/vtk9/Makefile	Mon Apr 27 07:58:12 2020	(r533110)
+++ head/math/vtk9/Makefile	Mon Apr 27 08:44:45 2020	(r533111)
@@ -121,11 +121,7 @@ USES+=		gl
 USE_GL=		gl glu
 .endif
 
-post-install:
-	## 8.2 installs cmake files into a wrong location
-	#@cd ${STAGEDIR}${PREFIX} && \
-	#	${MV} lib/vtk-${VTK_SHORT_VER}/cmake lib/
-	# autoplist: thousands of files, complex dependencies on options
+post-install: # autoplist: thousands of files, complex dependencies on options
 	@cd ${STAGEDIR}${PREFIX} && \
 		${FIND} * -type f -or -type l >> ${TMPPLIST}
 


More information about the svn-ports-all mailing list