aboutsummaryrefslogtreecommitdiff
path: root/sysutils/lsof
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-07-19 05:17:54 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-07-19 05:17:54 +0000
commit317d7c86f8875af20b74a72cfba664e2e7558126 (patch)
treed97d75b2dde56a0522b7834c21fe458c42682295 /sysutils/lsof
parent9876db6cf88f3f62b8904d91c343827827c46ac5 (diff)
downloadports-317d7c86f8875af20b74a72cfba664e2e7558126.tar.gz
ports-317d7c86f8875af20b74a72cfba664e2e7558126.zip
sysutils/lsof: Convert pkg-message to UCL
Notes
Notes: svn path=/head/; revision=506906
Diffstat (limited to 'sysutils/lsof')
-rw-r--r--sysutils/lsof/pkg-message6
1 files changed, 6 insertions, 0 deletions
diff --git a/sysutils/lsof/pkg-message b/sysutils/lsof/pkg-message
index de857b0303cb..19cba9cd6c12 100644
--- a/sysutils/lsof/pkg-message
+++ b/sysutils/lsof/pkg-message
@@ -1,3 +1,6 @@
+[
+{ type: install
+ message: <<EOD
NOTE: Due to the way the FreeBSD build clusters make packages,
you may see a warning similar to the following:
@@ -8,3 +11,6 @@ corresponding kernel installed, so they don't know that the kernel version is di
This warning can be ignored if you are using a system that is updated via freebsd-update
and are using pre-built packages.
+EOD
+}
+]