summaryrefslogtreecommitdiff
path: root/mk/plist
diff options
context:
space:
mode:
authorgutteridge <gutteridge@pkgsrc.org>2019-01-16 04:43:42 +0000
committergutteridge <gutteridge@pkgsrc.org>2019-01-16 04:43:42 +0000
commit075ce305808c141a3afa338042bb21d2224ca75f (patch)
treee10c301689504ff93c310d6f8494cc823f82855f /mk/plist
parentfd69ddd43aeee229449621fa16ab072e797bf808 (diff)
downloadpkgsrc-075ce305808c141a3afa338042bb21d2224ca75f.tar.gz
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 (limited to 'mk/plist')
-rw-r--r--mk/plist/plist.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/plist/plist.mk b/mk/plist/plist.mk
index ed569e06a6e..493f6fb8fa0 100644
--- a/mk/plist/plist.mk
+++ b/mk/plist/plist.mk
@@ -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
#