diff options
author | torstenb <torstenb@FreeBSD.org> | 1996-12-19 19:31:22 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1996-12-19 19:31:22 +0800 |
commit | 8e0e19815057c400b1b1cf2af4477d2de5969cdc (patch) | |
tree | a9e32ea3e67d846931673da00ff700a63a2f6da4 /shells/zsh-devel/Makefile | |
parent | 8a76e3215291b990ec216f33bee2d829cf094f23 (diff) | |
download | freebsd-ports-gnome-8e0e19815057c400b1b1cf2af4477d2de5969cdc.tar.gz freebsd-ports-gnome-8e0e19815057c400b1b1cf2af4477d2de5969cdc.tar.zst freebsd-ports-gnome-8e0e19815057c400b1b1cf2af4477d2de5969cdc.zip |
Upgrade to 3.0.2
Diffstat (limited to 'shells/zsh-devel/Makefile')
-rw-r--r-- | shells/zsh-devel/Makefile | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 133f60ea548b..80d0c4a66aa4 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: zsh -# Version required: 3.0.1 +# Version required: 3.0.2 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.21 1996/11/15 12:51:59 torstenb Exp $ +# $Id: Makefile,v 1.22 1996/11/18 11:40:00 asami Exp $ # -DISTNAME= zsh-3.0.1 -PKGNAME= zsh-3.0.1 +DISTNAME= zsh-3.0.2 +PKGNAME= zsh-3.0.2 CATEGORIES= shells MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ \ ftp://ftp.sterling.com/zsh/ \ @@ -24,4 +24,7 @@ GNU_CONFIGURE= yes MAN1= zsh.1 zshbuiltins.1 zshcompctl.1 zshexpn.1 zshmisc.1 \ zshoptions.1 zshall.1 zshparam.1 zshzle.1 +# If you want to build a static binary, uncomment the following line +#LDFLAGS+=-static + .include <bsd.port.mk> |