summaryrefslogtreecommitdiff
path: root/devel/openocd/pkg-message
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:01:59 +0000
committerMathieu Arnold <mat@FreeBSD.org>2019-08-13 16:01:59 +0000
commit78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch)
tree557e38686944a0a47350c0dc68f952bec42e13d6 /devel/openocd/pkg-message
parentConvert to UCL & cleanup pkg-message (categories a-c) (diff)
Convert to UCL & cleanup pkg-message (categories d)
Notes
Notes: svn path=/head/; revision=508835
Diffstat (limited to 'devel/openocd/pkg-message')
-rw-r--r--devel/openocd/pkg-message10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/openocd/pkg-message b/devel/openocd/pkg-message
index b2883a39ea2c..1f20e5f3fb7e 100644
--- a/devel/openocd/pkg-message
+++ b/devel/openocd/pkg-message
@@ -1,5 +1,6 @@
-===============================================================================
-
+[
+{ type: install
+ message: <<EOM
OpenOCD is now installed, this software can damage your hardware, enjoy!
User's guide is at:
@@ -20,5 +21,6 @@ FreeBSD USB NOTE:
***/etc/rc.conf:
devfs_system_ruleset="localrules"
-
-===============================================================================
+EOM
+}
+]