Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Aug 2021 09:08:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c63158593b37 - main - science/dynare: Improve pkg-message
Message-ID:  <202108200908.17K98oW7070729@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c63158593b373d3f017260a813e6ff30921c4b9d

commit c63158593b373d3f017260a813e6ff30921c4b9d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-08-20 09:08:05 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-08-20 09:08:47 +0000

    science/dynare: Improve pkg-message
---
 science/dynare/files/pkg-message.in | 16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

diff --git a/science/dynare/files/pkg-message.in b/science/dynare/files/pkg-message.in
index 91df93776944..33c5872e94dc 100644
--- a/science/dynare/files/pkg-message.in
+++ b/science/dynare/files/pkg-message.in
@@ -3,14 +3,18 @@
   message: <<EOM
 You installed Dynare: Economics software package.
 
-Dynare runs as a 'dynare' command from the Octave prompt.
+Dynare runs as the 'dynare {example}.mod {args}' command
+in Octave.
 
-In order to make this command available you should:
-1. In the beginning of session run the command
-   'addpath %%PREFIX%%/lib/dynare/matlab'
-   from the Octave prompt
+In order to make Dynare available in Octave you should:
+1. Add the line 'addpath %%PREFIX%%/lib/dynare/matlab'
+   to ~/.octaverc
 or
-2. Add the same command to ~/.octaverc
+2. Run the same command in the beginning of each Octave
+   session.
+
+You can also run Dynare using one command:
+$ octave -c 'dynare {example}.mod {args}'
 
 EOM
 }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202108200908.17K98oW7070729>