aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-06-14 22:41:40 -0700
committerGitHub <noreply@github.com>2017-06-14 22:41:40 -0700
commitf7321cf27a4bf809c4896b5cea24dde394305c63 (patch)
treec5b4928414a342dba543f6bb6b326a27f056a027 /scripts
parent687440f9760f3b9492de9a3105cdd6b99f9a3634 (diff)
parente24f83aed10aca9014c75e203f99695eda8d3610 (diff)
downloadvcpkg-f7321cf27a4bf809c4896b5cea24dde394305c63.tar.gz
vcpkg-f7321cf27a4bf809c4896b5cea24dde394305c63.zip
Merge pull request #1286 from UnaNancyOwen/fix_typo
Fix typo of template
Diffstat (limited to 'scripts')
-rw-r--r--scripts/templates/portfile.in.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/templates/portfile.in.cmake b/scripts/templates/portfile.in.cmake
index 2ea430453..bc5f5fe07 100644
--- a/scripts/templates/portfile.in.cmake
+++ b/scripts/templates/portfile.in.cmake
@@ -1,7 +1,7 @@
# Common Ambient Variables:
# CURRENT_BUILDTREES_DIR = ${VCPKG_ROOT_DIR}\buildtrees\${PORT}
# CURRENT_PACKAGES_DIR = ${VCPKG_ROOT_DIR}\packages\${PORT}_${TARGET_TRIPLET}
-# CURRENT_PORT DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
+# CURRENT_PORT_DIR = ${VCPKG_ROOT_DIR}\ports\${PORT}
# PORT = current port name (zlib, etc)
# TARGET_TRIPLET = current triplet (x86-windows, x64-windows-static, etc)
# VCPKG_CRT_LINKAGE = C runtime linkage type (static, dynamic)