summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2020-03-14 10:32:30 +0000
committerrillig <rillig@pkgsrc.org>2020-03-14 10:32:30 +0000
commitf1d0db84799a8b194d9b3fbf6ad446dd2531a8ed (patch)
treea4ad26222a7e722c1ee5c912eda77fde1b8a919b /mk
parenta8e453e6f7fdb54641cf2c1fdc82a153764eb615 (diff)
downloadpkgsrc-f1d0db84799a8b194d9b3fbf6ad446dd2531a8ed.tar.gz
mk/pkg-build-options.mk: make the documentation more precise
Diffstat (limited to 'mk')
-rw-r--r--mk/pkg-build-options.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/mk/pkg-build-options.mk b/mk/pkg-build-options.mk
index 725f599835c..ff6238b9fb4 100644
--- a/mk/pkg-build-options.mk
+++ b/mk/pkg-build-options.mk
@@ -1,18 +1,20 @@
-# $NetBSD: pkg-build-options.mk,v 1.12 2017/03/08 16:16:40 jperkin Exp $
+# $NetBSD: pkg-build-options.mk,v 1.13 2020/03/14 10:32:30 rillig Exp $
#
# This procedure determines the PKG_OPTIONS that have been in effect
# when the package ${pkgbase} has been built. When the package is not
-# yet installed, the current PKG_OPTIONS are queried.
+# yet installed, its current PKG_OPTIONS are queried.
#
# Parameters:
# pkgbase
-# The basename of the package.
+# The package identifier, as in the package's buildlink3.mk
+# file.
#
# Returns:
# PKG_BUILD_OPTIONS.${pkgbase}
# The build options of the package.
#
# Example:
+# .include "../../emulators/wine/buildlink3.mk"
# pkgbase := wine
# .include "../../mk/pkg-build-options.mk"
#