diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-24 07:42:53 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-24 07:42:53 +0000 |
commit | fc38cb75e9b5ff143359b11c4969b570fee84155 (patch) | |
tree | ae83792767b61e040db5388706a49e450b82f2af /shells | |
parent | f8852c777034d67d785d35131ff10fc623d97f9b (diff) | |
download | ports-fc38cb75e9b5ff143359b11c4969b570fee84155.tar.gz ports-fc38cb75e9b5ff143359b11c4969b570fee84155.zip |
Notes
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh-devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index e34b675202e7..124e678a379d 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.26 1997/09/26 08:23:14 torstenb Exp $ +# $Id: Makefile,v 1.27 1998/08/27 02:33:51 max Exp $ # DISTNAME= zsh-3.0.5 @@ -20,6 +20,8 @@ MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ MAINTAINER= torstenb@FreeBSD.ORG +BROKEN= upgrade + GNU_CONFIGURE= yes MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 |