pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mk
Module Name: pkgsrc
Committed By: rillig
Date: Sat Mar 14 11:56:29 UTC 2020
Modified Files:
pkgsrc/mk: pkg-build-options.mk
Log Message:
mk/pkg-build-options.mk: fix example
In most cases this pattern is used to query the options of the package
to which the buildlink3.mk file belongs.
To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mk/pkg-build-options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mk/pkg-build-options.mk
diff -u pkgsrc/mk/pkg-build-options.mk:1.13 pkgsrc/mk/pkg-build-options.mk:1.14
--- pkgsrc/mk/pkg-build-options.mk:1.13 Sat Mar 14 10:32:30 2020
+++ pkgsrc/mk/pkg-build-options.mk Sat Mar 14 11:56:29 2020
@@ -1,4 +1,4 @@
-# $NetBSD: pkg-build-options.mk,v 1.13 2020/03/14 10:32:30 rillig Exp $
+# $NetBSD: pkg-build-options.mk,v 1.14 2020/03/14 11:56:29 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
@@ -14,7 +14,7 @@
# The build options of the package.
#
# Example:
-# .include "../../emulators/wine/buildlink3.mk"
+# # in emulators/wine/options.mk
# pkgbase := wine
# .include "../../mk/pkg-build-options.mk"
#
Home |
Main Index |
Thread Index |
Old Index