aboutsummaryrefslogtreecommitdiff
path: root/ports/darts-clone
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2019-06-12 21:39:10 -0700
committerGitHub <noreply@github.com>2019-06-12 21:39:10 -0700
commit58e0d4029e44ebfbe19f3b0fc6cc9dc88eaf1f4b (patch)
treeec064cc5fff112d1a5a9322247a5f29a8140b4c9 /ports/darts-clone
parente1d58276662e0a4d006142776421ae48740440c3 (diff)
downloadvcpkg-58e0d4029e44ebfbe19f3b0fc6cc9dc88eaf1f4b.tar.gz
vcpkg-58e0d4029e44ebfbe19f3b0fc6cc9dc88eaf1f4b.zip
[libsodium/darts-clone] remove conflicting makefile (#6875)
* [libsodium/darts-clone] remove conflicting makefile
Diffstat (limited to 'ports/darts-clone')
-rw-r--r--ports/darts-clone/CONTROL2
-rw-r--r--ports/darts-clone/portfile.cmake2
2 files changed, 3 insertions, 1 deletions
diff --git a/ports/darts-clone/CONTROL b/ports/darts-clone/CONTROL
index 2d34f86c7..a0bfad433 100644
--- a/ports/darts-clone/CONTROL
+++ b/ports/darts-clone/CONTROL
@@ -1,3 +1,3 @@
Source: darts-clone
-Version: 1767ab87cffe
+Version: 1767ab87cffe-1
Description: A static double-array trie structure
diff --git a/ports/darts-clone/portfile.cmake b/ports/darts-clone/portfile.cmake
index 2979e83b5..d7eb7941c 100644
--- a/ports/darts-clone/portfile.cmake
+++ b/ports/darts-clone/portfile.cmake
@@ -23,4 +23,6 @@ vcpkg_configure_cmake(
vcpkg_install_cmake()
vcpkg_copy_pdbs()
+file(REMOVE ${CURRENT_PACKAGES_DIR}/include/Makefile.am)
+
file(INSTALL ${SOURCE_PATH}/COPYING.md DESTINATION ${CURRENT_PACKAGES_DIR}/share/darts-clone RENAME copyright)