diff options
author | Simon Gloßner <viper@hometux.de> | 2008-02-27 18:29:55 +0100 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2008-02-27 18:29:55 +0100 |
commit | 3053765722a71a7f619de6052292e0af055b706a (patch) | |
tree | 156b0500e33eeeed61599ba683645f88ca9aa0af /zsh/Pkgfile | |
parent | c74316200e53a7a098edc41018acee2dc0d0a12d (diff) | |
download | opt-3053765722a71a7f619de6052292e0af055b706a.tar.gz opt-3053765722a71a7f619de6052292e0af055b706a.tar.xz |
zsh: updated to 4.3.5
Diffstat (limited to 'zsh/Pkgfile')
-rw-r--r-- | zsh/Pkgfile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/Pkgfile b/zsh/Pkgfile index 480337272..0eb0b8199 100644 --- a/zsh/Pkgfile +++ b/zsh/Pkgfile @@ -5,8 +5,8 @@ # Nice to have: libpcre name=zsh -version=4.3.4 -release=2 +version=4.3.5 +release=1 source=(http://www.zsh.org/pub/$name-$version.tar.bz2 \ http://www.grml.org/zsh/zsh-lovers.1) @@ -15,6 +15,7 @@ build() { ./configure \ --prefix=/usr \ + --mandir=/usr/man \ --enable-etcdir=/etc/zsh \ --enable-zshrc=/etc/zsh/zshrc \ --enable-zshlogin=/etc/zsh/zshlogin \ |