diff options
author | jwise <jwise@pkgsrc.org> | 2001-01-19 00:51:22 +0000 |
---|---|---|
committer | jwise <jwise@pkgsrc.org> | 2001-01-19 00:51:22 +0000 |
commit | 27262fa57c81f80cccb7e7cd3ca69f60656bece6 (patch) | |
tree | b177c0610fac6663ff3e9e8d491c5561b0aec5e9 | |
parent | 0754d587a1db2915404d76455715bbb700d41db0 (diff) | |
download | pkgsrc-27262fa57c81f80cccb7e7cd3ca69f60656bece6.tar.gz |
Fix DESCR: `this is three tools: a.) b.) c.) d.)'
-rw-r--r-- | pkgtools/pkgdiff/pkg/DESCR | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgtools/pkgdiff/pkg/DESCR b/pkgtools/pkgdiff/pkg/DESCR index e895ef6356d..6c4dec7885e 100644 --- a/pkgtools/pkgdiff/pkg/DESCR +++ b/pkgtools/pkgdiff/pkg/DESCR @@ -1,5 +1,5 @@ -This package contains three tools to ease creating and maintaining -patches for pkgsrc: mkpatches, patchdiff, and pkgdiff. +This package contains four tools to ease creating and maintaining +patches for pkgsrc: mkpatches, patchdiff, pkgdiff, and pkgvi. pkgdiff compares two files (like diff) and produces an output file that can be used in pkgsrc. |