From d040c051a115e334018d93f27c899087c034a74b Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 11 Apr 1995 19:26:36 +0000 Subject: Makefile updates, shell version! This was easy! :) --- shells/zsh/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'shells/zsh/Makefile') 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 -- cgit