Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Oct 2020 04:31:35 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r552025 - head/graphics/mirtk
Message-ID:  <202010110431.09B4VZLv050862@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010110431.09B4VZLv050862>