pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/plist mk/plist/plist.mk: amend MACHINE_ARCH example...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e52d2f1d4a21
branches: trunk
changeset: 328071:e52d2f1d4a21
user: gutteridge <gutteridge%pkgsrc.org@localhost>
date: Wed Jan 16 04:43:42 2019 +0000
description:
mk/plist/plist.mk: amend MACHINE_ARCH examples in a comment
To avoid potential confusion, amend the example MACHINE_ARCH to what it
really is. While here, fix a rather subtle typo.
diffstat:
mk/plist/plist.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 9b44c097bfa6 -r e52d2f1d4a21 mk/plist/plist.mk
--- a/mk/plist/plist.mk Wed Jan 16 04:31:39 2019 +0000
+++ b/mk/plist/plist.mk Wed Jan 16 04:43:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: plist.mk,v 1.51 2018/11/30 18:38:20 rillig Exp $
+# $NetBSD: plist.mk,v 1.52 2019/01/16 04:43:42 gutteridge Exp $
#
# This Makefile fragment handles the creation of PLISTs for use by
# pkg_create(8).
@@ -28,8 +28,8 @@
#
# PLIST.common
# PLIST.${OPSYS} (e.g., PLIST.NetBSD)
-# PLIST.${MACHINE_ARCH} (e.g,, PLIST.macppc)
-# PLIST.${OPSYS}-${MACHINE_ARCH} (e.g., PLIST.NetBSD-macppc)
+# PLIST.${MACHINE_ARCH} (e.g., PLIST.powerpc)
+# PLIST.${OPSYS}-${MACHINE_ARCH} (e.g., PLIST.NetBSD-powerpc)
# PLIST
# PLIST.common_end
#
Home |
Main Index |
Thread Index |
Old Index