aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Moene <martin.moene@gmail.com>2019-05-27 11:44:01 +0200
committerMartin Moene <martin.moene@gmail.com>2019-05-27 11:44:01 +0200
commite50061816da5ed580b968aef592035e062f0b772 (patch)
treec0e749b02baf880e76d5a6a1b7152dbd4401e271
parente9e6acb5313d37a4b86ba207254942ee3cda2ec4 (diff)
downloadvcpkg-e50061816da5ed580b968aef592035e062f0b772.tar.gz
vcpkg-e50061816da5ed580b968aef592035e062f0b772.zip
[any-lite] Use ${PORT}
-rw-r--r--ports/any-lite/portfile.cmake4
1 files 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
)