svn commit: r552025 - head/graphics/mirtk

Yuri Victorovich yuri at FreeBSD.org
Sun Oct 11 04:31:35 UTC 2020


Author: yuri
Date: Sun Oct 11 04:31:34 2020
New Revision: 552025
URL: https://svnweb.freebsd.org/changeset/ports/552025

Log:
  graphics/mirtk: Remove the unnecessary target

Modified:
  head/graphics/mirtk/Makefile

Modified: head/graphics/mirtk/Makefile
==============================================================================
--- head/graphics/mirtk/Makefile	Sun Oct 11 04:30:57 2020	(r552024)
+++ head/graphics/mirtk/Makefile	Sun Oct 11 04:31:34 2020	(r552025)
@@ -33,8 +33,4 @@ VTK_CMAKE_BOOL=		WITH_VTK
 VTK_LIB_DEPENDS=	libvtkCommonCore-9.0.so:math/vtk9 \
 			libexpat.so:textproc/expat2
 
-xpost-stage: # https://github.com/BioMedIA/MIRTK/issues/674
-	@${RM} ${STAGEDIR}${PREFIX}/bin/uninstall-mirtk
-	#@${REINPLACE_CMD} -i '' 's|${STAGEDIR}||' ${STAGEDIR}${PREFIX}/lib/cmake/mirtk/MIRTKInstallManifest.txt
-
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list