diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2000-09-24 03:38:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2000-09-24 03:38:06 +0000 |
commit | 31bae60d366367abffeb3efb36f4748d1a4f9323 (patch) | |
tree | 9280ff376395605f974fb26f1fdf91411a6d26ac | |
parent | f744f0b9e4b0647f38c8ecbb275182cacda52f55 (diff) |
Notes
-rw-r--r-- | math/pari/Makefile | 1 | ||||
-rw-r--r-- | math/pari/pkg-plist | 5 | ||||
-rw-r--r-- | math/pari/pkg-plist.emacs | 5 |
3 files changed, 7 insertions, 4 deletions
diff --git a/math/pari/Makefile b/math/pari/Makefile index 3a27309690d9..3b61fb3a80ff 100644 --- a/math/pari/Makefile +++ b/math/pari/Makefile @@ -7,6 +7,7 @@ PORTNAME= pari PORTVERSION= 2.0.20b +PORTREVISION= 1 CATEGORIES= math MASTER_SITES= ftp://www.gn-50uma.de/gn/gn-50uma.de/pari-2.0/ DISTNAME= pari-2.0.20.beta diff --git a/math/pari/pkg-plist b/math/pari/pkg-plist index 2a07cf0412b9..a34773497db4 100644 --- a/math/pari/pkg-plist +++ b/math/pari/pkg-plist @@ -1,6 +1,8 @@ +bin/Makefile bin/gp bin/gp-2.0 bin/gphelp +bin/tex2mail include/pari/genpari.h include/pari/pari.h include/pari/paricast.h @@ -16,9 +18,8 @@ include/pari/parisys.h include/pari/paritype.h lib/libpari.so lib/libpari.so.2 -lib/libpari.so.2.0.18 +lib/libpari.so.2.0.20 @exec /bin/mkdir -p %D/lib/pari/data -lib/pari/Makefile lib/pari/paricfg.tex lib/pari/parimacro.tex lib/pari/translations diff --git a/math/pari/pkg-plist.emacs b/math/pari/pkg-plist.emacs index 0f7dc3fc84a6..3c6cdeeeb318 100644 --- a/math/pari/pkg-plist.emacs +++ b/math/pari/pkg-plist.emacs @@ -1,6 +1,8 @@ +bin/Makefile bin/gp bin/gp-2.0 bin/gphelp +bin/tex2mail include/pari/genpari.h include/pari/pari.h include/pari/paricast.h @@ -16,9 +18,8 @@ include/pari/parisys.h include/pari/paritype.h lib/libpari.so lib/libpari.so.2 -lib/libpari.so.2.0.18 +lib/libpari.so.2.0.20 @exec /bin/mkdir -p %D/lib/pari/data -lib/pari/Makefile lib/pari/pari-translator.el lib/pari/pari.el lib/pari/paricfg.tex |