pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mk/plist



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Wed Jan 16 04:43:42 UTC 2019

Modified Files:
        pkgsrc/mk/plist: plist.mk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 pkgsrc/mk/plist/plist.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/plist/plist.mk
diff -u pkgsrc/mk/plist/plist.mk:1.51 pkgsrc/mk/plist/plist.mk:1.52
--- pkgsrc/mk/plist/plist.mk:1.51       Fri Nov 30 18:38:20 2018
+++ pkgsrc/mk/plist/plist.mk    Wed Jan 16 04:43:42 2019
@@ -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