diff options
author | wiz <wiz@pkgsrc.org> | 2005-03-23 21:47:52 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-03-23 21:47:52 +0000 |
commit | ca32a1b3cad81e47068845ade79997f998119fda (patch) | |
tree | 9950461e624a335505d97957c8a05c5c75304aa7 /textproc/doclifter/Makefile | |
parent | 0a1890632665fa827b1a509cd8bca91ddeb05c7e (diff) | |
download | pkgsrc-ca32a1b3cad81e47068845ade79997f998119fda.tar.gz |
Update to 2.1:
* Fri Jan 14 2005 Eric S. Raymond <esr@snark.thyrsus.com> - 2.1-1
- Interrupt handlers are refactored so manlifter can be aborted with
a single ^C; as a result, exit values 4 and 5 have swapped places.
In manlifter, don't remove the result file unless we're in batchmode.
Lifts 96% of 11121 pages in a full Fedora Core 3 install.
Diffstat (limited to 'textproc/doclifter/Makefile')
-rw-r--r-- | textproc/doclifter/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/doclifter/Makefile b/textproc/doclifter/Makefile index 163ed5ae3e5..e104f9d28b7 100644 --- a/textproc/doclifter/Makefile +++ b/textproc/doclifter/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2005/01/23 20:41:49 recht Exp $ +# $NetBSD: Makefile,v 1.12 2005/03/23 21:47:52 wiz Exp $ # -DISTNAME= doclifter-2.0 -PKGREVISION= 1 +DISTNAME= doclifter-2.1 CATEGORIES= textproc MASTER_SITES= http://catb.org/~esr/doclifter/ |