diff options
| author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 | 
|---|---|---|
| committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 16:01:59 +0000 | 
| commit | 78d1aff1fc53a63e9c59c078ff2258a5dd29c9dd (patch) | |
| tree | 557e38686944a0a47350c0dc68f952bec42e13d6 /databases/mysql-udf | |
| parent | Convert to UCL & cleanup pkg-message (categories a-c) (diff) | |
Convert to UCL & cleanup pkg-message (categories d)
Diffstat (limited to 'databases/mysql-udf')
| -rw-r--r-- | databases/mysql-udf/pkg-message | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/databases/mysql-udf/pkg-message b/databases/mysql-udf/pkg-message index f23e7492b792..157d9ddb2bc8 100644 --- a/databases/mysql-udf/pkg-message +++ b/databases/mysql-udf/pkg-message @@ -1,3 +1,6 @@ +[ +{ type: install +  message: <<EOM  To add the custom functions to your MySQL server use the following syntax:  (you may install only the functions you need): @@ -23,3 +26,6 @@ DROP FUNCTION median;  For function descriptions, see the following webpage:  http://mysql-udf.sourceforge.net/ +EOM +} +] | 
