summaryrefslogtreecommitdiff
path: root/shells/zsh/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-12-19 11:31:22 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-12-19 11:31:22 +0000
commit483cf6a1448bb94d7b4e274ac2f7445d15f97d1e (patch)
treea4a1259f51a9e9e45ba863a8b2119b0f28518e67 /shells/zsh/Makefile
parentModify this patch to change the original makefile's installdoc target (diff)
Upgrade to 3.0.2
Notes
Notes: svn path=/head/; revision=5035
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r--shells/zsh/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile
index 133f60ea548b..80d0c4a66aa4 100644
--- a/shells/zsh/Makefile
+++ b/shells/zsh/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>