1
0
forked from ports/opt

zsh: updated to 4.3.5

This commit is contained in:
Simon Gloßner 2008-02-27 18:29:55 +01:00
parent c74316200e
commit 3053765722
3 changed files with 779 additions and 740 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,2 +1,2 @@
8410a30e4f5c6160790bc3afc096424f zsh-4.3.4.tar.bz2
db0d4b71da8e5877fa1e29d4cea38b8c zsh-4.3.5.tar.bz2
e545cc32832bef6431a109b7678a592e zsh-lovers.1

View File

@ -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 \