diff options
author | jtb <jtb> | 2001-05-04 17:14:08 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-05-04 17:14:08 +0000 |
commit | 51c04152476db0d0fcce2fed678eb6e4f43138f1 (patch) | |
tree | b918846ed64d6b25f8b3cacefa841f58fb5a3f2c /math/pari/pkg | |
parent | 395a296cca3648cdad8c0b93c7a52fdb23285af1 (diff) | |
download | pkgsrc-51c04152476db0d0fcce2fed678eb6e4f43138f1.tar.gz |
* Install examples.
* Install library as libpari.a. (Previously the package installed
libpari.a.2.1 and created a symbolic link libpari.a).
* Fix warning about O_RDONLY being redefined.
Diffstat (limited to 'math/pari/pkg')
-rw-r--r-- | math/pari/pkg/PLIST | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/math/pari/pkg/PLIST b/math/pari/pkg/PLIST index eb59f2b9930..9ca9d6ef034 100644 --- a/math/pari/pkg/PLIST +++ b/math/pari/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2001/03/07 20:57:48 jtb Exp $ +@comment $NetBSD: PLIST,v 1.2 2001/05/04 17:14:08 jtb Exp $ bin/gp bin/gp-2.1 bin/gphelp @@ -17,10 +17,20 @@ include/pari/paristio.h include/pari/parisys.h include/pari/paritype.h lib/libpari.a -lib/libpari.a.2.1 man/man1/gp.1 man/man1/gphelp.1 man/man1/pari.1 +share/examples/pari/EXPLAIN +share/examples/pari/Inputrc +share/examples/pari/bench.gp +share/examples/pari/cl.gp +share/examples/pari/classno.gp +share/examples/pari/contfrac.gp +share/examples/pari/lucas.gp +share/examples/pari/matexp.c +share/examples/pari/rho.gp +share/examples/pari/squfof.gp +share/examples/pari/taylor.gp share/pari/pari-translator.el share/pari/pari.el share/pari/pari.elc @@ -40,4 +50,5 @@ share/pari/usersch5.tex share/pari/with-syntax.el @dirrm include/pari @unexec rmdir %D/share/pari/data 2>/dev/null || true +@dirrm share/examples/pari @dirrm share/pari |