diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-27 22:30:39 +0000 |
commit | b8f8618362b39a01e2225feef7d298fb22cafe2f (patch) | |
tree | 67a28a0746219c11b5e630daec412185165d3ed9 /math/scilab | |
parent | 3927b01845af9489e456e36e73d2511621daea90 (diff) |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
Notes
Notes:
svn path=/head/; revision=21034
Diffstat (limited to 'math/scilab')
-rw-r--r-- | math/scilab/Makefile | 8 | ||||
-rw-r--r-- | math/scilab/pkg-message | 8 |
2 files changed, 9 insertions, 7 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile index 586f93ba2f0d..b5a8d24b3462 100644 --- a/math/scilab/Makefile +++ b/math/scilab/Makefile @@ -26,12 +26,6 @@ USE_X_PREFIX= yes SCIDIR= ${X11BASE}/lib/X11/scilab post-install: - @echo "******************************************************************************" - @echo 0 - COPYRIGHT NOTICE - @echo - @echo To use Scilab, you need to fill and return the end of the file notice.tex - @echo "or notice.ps (postscript file). You may email to Scilab@inria.fr." - @echo - @echo "******************************************************************************" + @${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/math/scilab/pkg-message b/math/scilab/pkg-message new file mode 100644 index 000000000000..68561beb9a52 --- /dev/null +++ b/math/scilab/pkg-message @@ -0,0 +1,8 @@ +****************************************************************************** +0 - COPYRIGHT NOTICE + +To use Scilab, you need to fill and return the end of the file notice.tex +or notice.ps (postscript file). You may email to Scilab@inria.fr. + +****************************************************************************** + |