--- CMakeLists.txt.orig	2022-12-12 11:55:07
+++ CMakeLists.txt	2022-12-12 11:57:36
@@ -116,8 +116,10 @@
 endif()
 
 # For NuGet packages
-INSTALL(FILES hiredis.targets
-    DESTINATION build/native)
+# Installs outside the MacPorts file hierarchy
+# and is only useful for the NuGet .NET package manager
+# INSTALL(FILES hiredis.targets
+#     DESTINATION build/native)
 
 INSTALL(FILES hiredis.h read.h sds.h async.h alloc.h sockcompat.h
     DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/hiredis)
