diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-11 19:26:36 +0000 |
commit | 8777d608921b9489149424c90677e1591da20037 (patch) | |
tree | 4bc65753c1ef155b51335702280df9f559fe3727 /shells/zsh/Makefile | |
parent | 0205e854ff61bc0f89846d535fcf03be08a43698 (diff) |
Makefile updates, shell version! This was easy! :)
Notes
Notes:
svn path=/head/; revision=1337
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index e679cb3a080e..cb3f2e793291 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,14 +1,16 @@ # New ports collection makefile for: zsh -# Version required: 2.6 beta34 +# Version required: 2.6 beta4 # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.3 1995/02/15 23:46:36 torstenb Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:50:00 jkh Exp $ # DISTNAME= zsh-2.6-beta4 -MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +PKGNAME= zsh-2.6.4 CATEGORIES+= shells -GNU_CONFIGURE= YES +MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ + +GNU_CONFIGURE= yes .include <bsd.port.mk> |