diff options
| author | Robert Schumacher <roschuma@microsoft.com> | 2017-07-28 09:20:48 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-07-28 09:20:48 -0700 |
| commit | b8cc678b5b6814a7e2437c4a4960626f06a22b8d (patch) | |
| tree | fb8b58ffebf4669570006b9db8c7456d87acd7a2 /scripts | |
| parent | 3510067988bb1ef09bd34423bb300f1884c9d6ff (diff) | |
| parent | 78266bd041db09034e2f9236b4979b7eeb7e38c8 (diff) | |
| download | vcpkg-b8cc678b5b6814a7e2437c4a4960626f06a22b8d.tar.gz vcpkg-b8cc678b5b6814a7e2437c4a4960626f06a22b8d.zip | |
Merge pull request #1558 from atkawa7/template
[vcpkg] shorten license instruction in portfile.in.cmake
Diffstat (limited to 'scripts')
| -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) |
