diff options
author | asami <asami@FreeBSD.org> | 1995-04-12 03:26:36 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-12 03:26:36 +0800 |
commit | d040c051a115e334018d93f27c899087c034a74b (patch) | |
tree | 676bc64925a2c9aa33b3b8289678db0aa7d79613 /shells/zsh/Makefile | |
parent | a36ee675c065bbb2cfe3e13b40816280bb39de63 (diff) | |
download | freebsd-ports-gnome-d040c051a115e334018d93f27c899087c034a74b.tar.gz freebsd-ports-gnome-d040c051a115e334018d93f27c899087c034a74b.tar.zst freebsd-ports-gnome-d040c051a115e334018d93f27c899087c034a74b.zip |
Makefile updates, shell version! This was easy! :)
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> |