diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 06:30:39 +0800 |
commit | c703665fd61c774a392a6785e6b1c49569072bf1 (patch) | |
tree | fadaf059519c61c85fed9e8be59d5c262720f5d3 /math/scilab | |
parent | b6234e33d2dcb7767ac29adb112187db9036c665 (diff) | |
download | freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.gz freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.tar.zst freebsd-ports-gnome-c703665fd61c774a392a6785e6b1c49569072bf1.zip |
echo -> ${ECHO} or ${ECHO_MSG} and in some cases, move echo stuff
to pkg/MESSAGE and use ${CAT} ${PKGMESSAGE}
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. + +****************************************************************************** + |