aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-10-11 04:31:34 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-10-11 04:31:34 +0000
commit31e91490fb2ba51506e2e927e08740a05e280c8e (patch)
treeb484077a3be5fd8880fdd22980d0dda659920868 /graphics
parent6c898e1bea40fe8bd95366b87ce9e33e03e68678 (diff)
downloadports-31e91490fb2ba51506e2e927e08740a05e280c8e.tar.gz
ports-31e91490fb2ba51506e2e927e08740a05e280c8e.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/mirtk/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/graphics/mirtk/Makefile b/graphics/mirtk/Makefile
index c917f9f81112..87f0b3508aae 100644
--- a/graphics/mirtk/Makefile
+++ b/graphics/mirtk/Makefile
@@ -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>