diff options
author | martti <martti@pkgsrc.org> | 2001-11-29 09:16:28 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2001-11-29 09:16:28 +0000 |
commit | 5c40bc73d0f6ba3fa0150551ccccd89c2b34834f (patch) | |
tree | a5bc9225657a26c6f500a8306ab7ac6cade1f63d /shells/zsh/patches | |
parent | f1e86a937175738800e3611ea8b81a2ebfa318b0 (diff) | |
download | pkgsrc-5c40bc73d0f6ba3fa0150551ccccd89c2b34834f.tar.gz |
Updated to 4.0.4, provided by Eric Gillespie Jr. in pkg/14376
This is a minor bug-fix release, though some new functions have been added:
_bts Completion for Debian BTS
_chflags Completion for chflags(1)
_links Completion for links web browser
_samba
_sysctl
_user_admin
bash-backward-kill-word
Diffstat (limited to 'shells/zsh/patches')
-rw-r--r-- | shells/zsh/patches/patch-aa | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shells/zsh/patches/patch-aa b/shells/zsh/patches/patch-aa index bcdb53fe066..a38c417ef5f 100644 --- a/shells/zsh/patches/patch-aa +++ b/shells/zsh/patches/patch-aa @@ -1,6 +1,6 @@ -$NetBSD: patch-aa,v 1.4 2001/06/05 16:28:08 jtb Exp $ +$NetBSD: patch-aa,v 1.5 2001/11/29 09:16:28 martti Exp $ ---- Doc/Makefile.in.orig Fri Jun 1 23:43:42 2001 +--- Doc/Makefile.in.orig Fri Oct 26 22:18:31 2001 +++ Doc/Makefile.in @@ -37,7 +37,7 @@ @@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.4 2001/06/05 16:28:08 jtb Exp $ +MAKEINFO = makeinfo --no-split TEXI2DVI = texi2dvi DVIPS = dvips - TEXI2HTML = texi2html -expandinfo -split_chapter + TEXI2HTML = texi2html -expand info -split chapter |