diff options
| author | atkawa7 <atkawa7@yahoo.com> | 2017-07-27 20:21:15 -0700 |
|---|---|---|
| committer | atkawa7 <atkawa7@yahoo.com> | 2017-07-27 20:21:15 -0700 |
| commit | 78266bd041db09034e2f9236b4979b7eeb7e38c8 (patch) | |
| tree | dcf65b27575ffa52c97f0926fff5790534ca4759 | |
| parent | 6c22dbea97bd708172ae977c17c2dce202ce5b8c (diff) | |
| download | vcpkg-78266bd041db09034e2f9236b4979b7eeb7e38c8.tar.gz vcpkg-78266bd041db09034e2f9236b4979b7eeb7e38c8.zip | |
[vcpkg] shorten license instruction in portfile.in.cmake
| -rw-r--r-- | scripts/templates/portfile.in.cmake | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake index bc5f5fe07..e89ad4640 100644 --- a/scripts/templates/portfile.in.cmake +++ b/scripts/templates/portfile.in.cmake @@ -30,5 +30,4 @@ vcpkg_configure_cmake( vcpkg_install_cmake() # Handle copyright -#file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/@PORT@) -#file(RENAME ${CURRENT_PACKAGES_DIR}/share/@PORT@/LICENSE ${CURRENT_PACKAGES_DIR}/share/@PORT@/copyright)
\ No newline at end of file +# file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/@PORT@ RENAME copyright) |
