diff options
author | des <des@FreeBSD.org> | 2008-11-17 19:21:24 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2008-11-17 19:21:24 +0800 |
commit | 12472ad2cb96b323f3e326713abc18da291faf12 (patch) | |
tree | f3cfbbc72ac8176f5a3cfe468afc1d0a1443a992 /shells/zsh/Makefile | |
parent | 26c1c37a0977d6ffb0babd5f53b72ed1c758fd57 (diff) | |
download | freebsd-ports-gnome-12472ad2cb96b323f3e326713abc18da291faf12.tar.gz freebsd-ports-gnome-12472ad2cb96b323f3e326713abc18da291faf12.tar.zst freebsd-ports-gnome-12472ad2cb96b323f3e326713abc18da291faf12.zip |
Upstream patch to support unusual --help syntax used by fetchmail.
Submitted by: Baptiste Daroussin <baptiste.daroussin@gmail.com>
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 2128165ebe47..6ad3c9011b7c 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -7,7 +7,7 @@ PORTNAME= zsh PORTVERSION= 4.3.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= shells MASTER_SITES= SF .if !defined(NOPORTDOCS) |