From e50061816da5ed580b968aef592035e062f0b772 Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 27 May 2019 11:44:01 +0200 Subject: [any-lite] Use ${PORT} --- ports/any-lite/portfile.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ports/any-lite/portfile.cmake b/ports/any-lite/portfile.cmake index 25cb5704e..aba905134 100644 --- a/ports/any-lite/portfile.cmake +++ b/ports/any-lite/portfile.cmake @@ -18,7 +18,7 @@ vcpkg_configure_cmake( vcpkg_install_cmake() vcpkg_fixup_cmake_targets( - CONFIG_PATH lib/cmake/any-lite + CONFIG_PATH lib/cmake/${PORT} ) file( REMOVE_RECURSE @@ -27,5 +27,5 @@ file( REMOVE_RECURSE ) file( INSTALL - ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/any-lite RENAME copyright + ${SOURCE_PATH}/LICENSE.txt DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright ) -- cgit v1.2.3