aboutsummaryrefslogtreecommitdiffstats
path: root/math/scilab
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-28 06:30:39 +0800
committermharo <mharo@FreeBSD.org>1999-08-28 06:30:39 +0800
commitc703665fd61c774a392a6785e6b1c49569072bf1 (patch)
treefadaf059519c61c85fed9e8be59d5c262720f5d3 /math/scilab
parentb6234e33d2dcb7767ac29adb112187db9036c665 (diff)
downloadfreebsd-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/Makefile8
-rw-r--r--math/scilab/pkg-message8
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.
+
+******************************************************************************
+