diff options
author | agc <agc> | 1999-08-06 13:45:51 +0000 |
---|---|---|
committer | agc <agc> | 1999-08-06 13:45:51 +0000 |
commit | 8f05b88c37f712690ec80c2cda9139aab0e1f500 (patch) | |
tree | 8a2e02be07a3b304e6cc94ef328039b6e2a7a371 /math | |
parent | 91bd4c2089d16ec8f815542e9398038ff639e0b7 (diff) | |
download | pkgsrc-8f05b88c37f712690ec80c2cda9139aab0e1f500.tar.gz |
Be consistent - move the message about "copyright" to the pkg/MESSAGE file.
Diffstat (limited to 'math')
-rw-r--r-- | math/scilab/Makefile | 11 | ||||
-rw-r--r-- | math/scilab/pkg/MESSAGE | 7 |
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/ +****************************************************************************** |