From b8f8618362b39a01e2225feef7d298fb22cafe2f Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Fri, 27 Aug 1999 22:30:39 +0000 Subject: echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE} --- math/Scilab/Makefile | 8 +------- math/Scilab/pkg-message | 8 ++++++++ math/scilab/Makefile | 8 +------- math/scilab/pkg-message | 8 ++++++++ 4 files changed, 18 insertions(+), 14 deletions(-) create mode 100644 math/Scilab/pkg-message create mode 100644 math/scilab/pkg-message (limited to 'math') 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 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. + +****************************************************************************** + 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 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. + +****************************************************************************** + -- cgit v1.2.3