summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig>2013-08-31 20:54:07 +0000
committerrillig <rillig>2013-08-31 20:54:07 +0000
commit931790e48555e0679b46d7c022247d0b676db5cb (patch)
tree07a5c21e6c0499b60a6d21e1ec3a73c3be1a0892 /mk
parentce7c126726ac17727650f306265eb144e40a56c4 (diff)
downloadpkgsrc-931790e48555e0679b46d7c022247d0b676db5cb.tar.gz
Small grammar fixes in the comment.
Diffstat (limited to 'mk')
-rw-r--r--mk/misc/uac-manifest.mk15
1 files changed, 8 insertions, 7 deletions
diff --git a/mk/misc/uac-manifest.mk b/mk/misc/uac-manifest.mk
index 4900fa62b5b..c5f12a2ef75 100644
--- a/mk/misc/uac-manifest.mk
+++ b/mk/misc/uac-manifest.mk
@@ -1,16 +1,17 @@
-# $NetBSD: uac-manifest.mk,v 1.1 2013/02/10 13:04:08 obache Exp $
+# $NetBSD: uac-manifest.mk,v 1.2 2013/08/31 20:54:07 rillig Exp $
+#
+# This file generates manifest files for Windows.
#
-# This file generate manifest files for Windows.
# For Windows Vista or later, executable files including special keywords
-# (install, update, patch, and so on) in its name are expected as requireing
-# privileged permissions by default (UAC).
-# If not, it must be specified with manifest file, or it will be failed to
-# execute as "Permission denied".
+# (install, update, patch, and so on) in its name are expected to require
+# privileged permissions by default (UAC). If not, it must be specified
+# with a manifest file, or it will fail to execute with a "Permission
+# denied" error message.
#
# Package-settable variables:
#
# UAC_REQD_EXECS
-# A list of files requireing manifest file for UAC.
+# A list of files requiring manifest file for UAC.
# Paths are relative to PREFIX.
#
# Default value: not defined