diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2019-08-13 22:29:42 +0000 |
commit | 558224994b6a2fbede4a420d1e66d57bbea5c4a8 (patch) | |
tree | f8fffd0a880e3bf796b0afc8c07cde885792a226 /math/libmesh | |
parent | remove strange prop. (diff) |
onvert to UCL & cleanup pkg-message (categories l-m)
Diffstat (limited to 'math/libmesh')
-rw-r--r-- | math/libmesh/files/pkg-message-examples.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/math/libmesh/files/pkg-message-examples.in b/math/libmesh/files/pkg-message-examples.in index d7643235eff4..7463ad1efc1f 100644 --- a/math/libmesh/files/pkg-message-examples.in +++ b/math/libmesh/files/pkg-message-examples.in @@ -1,4 +1,6 @@ -====================================================================== +[ +{ type: install + message: <<EOM You installed libMesh, the library for numerical mesh simulations. You can run examples using for instance such command: @@ -10,4 +12,6 @@ Before running examples, please allow your user the write access: # chown -R {your-user}:users %%EXAMPLESDIR%% Examples require bash, gmake, libtool installed. -====================================================================== +EOM +} +] |