diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-12-06 20:14:38 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-12-06 20:14:38 +0000 |
commit | 62b5e5bf4e897cc79826a51edba6873369759e81 (patch) | |
tree | 81d662a96a93700d09c55ef2c9270f20d1e8a137 /shells/zsh | |
parent | b2fdcb26091214e711be9636c187d7ed5f959539 (diff) | |
download | ports-62b5e5bf4e897cc79826a51edba6873369759e81.tar.gz ports-62b5e5bf4e897cc79826a51edba6873369759e81.zip |
Notes
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index b9134d569785..ce02520d52a5 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,5 +1,5 @@ # New ports collection makefile for: zsh -# Version required: 3.0.5 +# Version required: 3.0.7 # Date created: 11 Feb. 1995 # Whom: torstenb # @@ -7,7 +7,6 @@ # DISTNAME= zsh-3.0.7 -PKGNAME= zsh-3.0.7 CATEGORIES= shells MASTER_SITES= ftp://ftp.sterling.com/zsh/ \ ftp://ftp.rge.com/pub/shells/zsh/ \ @@ -22,7 +21,7 @@ MAINTAINER= torstenb@FreeBSD.org GNU_CONFIGURE= yes MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 -PLIST_SUB= ZSH_VERSION=3.0.6 +PLIST_SUB= ZSH_VERSION=${DISTNAME:S/zsh-//} # If you want to build a static binary, uncomment the following line #CONFIGURE_ENV+= "LDFLAGS=-static" |