diff options
author | billf <billf@FreeBSD.org> | 1999-12-06 20:14:38 +0000 |
---|---|---|
committer | billf <billf@FreeBSD.org> | 1999-12-06 20:14:38 +0000 |
commit | c751a9f1215968d412e3ace7467bfa5707261222 (patch) | |
tree | d8bf77c501d51e7ad467a70c4fc9757e31cb8524 /shells/zsh | |
parent | 229fb2fb60f229a5bacdf228606726dfa94c37b6 (diff) | |
download | FreeBSD-ports-c751a9f1215968d412e3ace7467bfa5707261222.zip FreeBSD-ports-c751a9f1215968d412e3ace7467bfa5707261222.tar.gz |
Intelligent packaging. Portlint.
Inspired by:
PR: ports/15306
Submitted by: MIHIRA Yoshiro <sanpei@sanpei.org>
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 b9134d5..ce02520 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" |