diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-03-06 04:28:00 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-03-06 04:28:00 +0000 |
commit | bbff547164940ea410a74415bbdf2a1800a4f3d3 (patch) | |
tree | 89be9e9cc301e91725c21cbff7699eabd127f0ef /devel/prcs/pkg | |
parent | 82c8649f4ed7e26539cccb3ef1fdb5e568b60a27 (diff) | |
download | pkgsrc-bbff547164940ea410a74415bbdf2a1800a4f3d3.tar.gz |
Update to 1.2.9. Changes:
* Update for C++ changes in egcs-1.1. Thanks to Andrew Stitcher.
* Update a greatly improved prcs.el from Jesse Glick. See the new
documentation at the top of prcs.el.
* Fixed a few documentation typos. Thanks to Fran\xe7ois Pinard and
Daniel Villeneuve.
* Change the output of the "Index: " line in diff output so that the
Index line matches the from name in the context diff header. This
seemed to cause problems for some versions of patch.
* prcs info -l now outputs Project-Keywords.
* The configure option --disable-environment allows you to build
a binary free of any default environment variable settings. This
is intended for package maintainers.
Also fixes PR 5209 by installing the el-files to share/examples/prcs.
Diffstat (limited to 'devel/prcs/pkg')
-rw-r--r-- | devel/prcs/pkg/PLIST | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/devel/prcs/pkg/PLIST b/devel/prcs/pkg/PLIST index e510150ad93..5c9db74ab55 100644 --- a/devel/prcs/pkg/PLIST +++ b/devel/prcs/pkg/PLIST @@ -1,9 +1,16 @@ -@comment $NetBSD: PLIST,v 1.4 1999/02/11 19:17:31 tv Exp $ +@comment $NetBSD: PLIST,v 1.5 2000/03/06 04:28:03 hubertf Exp $ bin/prcs -man/man1/prcs.1.gz @unexec install-info --delete --info-dir=%D/info %D/info/prcs.info info/prcs.info info/prcs.info-1 info/prcs.info-2 info/prcs.info-3 @exec install-info --info-dir=%D/info %D/info/prcs.info +man/man1/prcs.1 +share/examples/prcs/prcs-ediff.el +share/examples/prcs/prcs-ediff.elc +share/examples/prcs/prcs-minor.el +share/examples/prcs/prcs-minor.elc +share/examples/prcs/prcs.el +share/examples/prcs/prcs.elc +@dirrm share/examples/prcs |