summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>1999-08-06 13:45:51 +0000
committeragc <agc@pkgsrc.org>1999-08-06 13:45:51 +0000
commitc53f5c243d1eebab3e4a0aab4616a42d4b400e34 (patch)
tree8a2e02be07a3b304e6cc94ef328039b6e2a7a371 /math
parentcef167f234061c2acc873f64fc25b311f5e52d72 (diff)
downloadpkgsrc-c53f5c243d1eebab3e4a0aab4616a42d4b400e34.tar.gz
Be consistent - move the message about "copyright" to the pkg/MESSAGE file.
Diffstat (limited to 'math')
-rw-r--r--math/scilab/Makefile11
-rw-r--r--math/scilab/pkg/MESSAGE7
2 files changed, 8 insertions, 10 deletions
diff --git a/math/scilab/Makefile b/math/scilab/Makefile
index 7193c1f70d1..bd707072e37 100644
--- a/math/scilab/Makefile
+++ b/math/scilab/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1999/04/27 23:56:21 garbled Exp $
+# $NetBSD: Makefile,v 1.9 1999/08/06 13:45:51 agc Exp $
#
# IMPORTANT: Before upgrading this package, please read files/README.next_rev!
@@ -45,13 +45,4 @@ post-patch:
${MV} ${WRKSRC}/scilab.star.orig ${WRKSRC}/scilab.star ; \
fi
-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} "These files are in ${PREFIX}/share/scilab-2.4.1/"
- @${ECHO} "******************************************************************************"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/math/scilab/pkg/MESSAGE b/math/scilab/pkg/MESSAGE
new file mode 100644
index 00000000000..e2fdfde3b72
--- /dev/null
+++ b/math/scilab/pkg/MESSAGE
@@ -0,0 +1,7 @@
+******************************************************************************
+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.
+These files are in ${PREFIX}/share/scilab-2.4.1/
+******************************************************************************