diff options
Diffstat (limited to 'shells/zsh/Makefile')
-rw-r--r-- | shells/zsh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 900fa0473265..e679cb3a080e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,11 +3,12 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.2 1995/02/15 19:15:29 ache Exp $ +# $Id: Makefile,v 1.3 1995/02/15 23:46:36 torstenb Exp $ # DISTNAME= zsh-2.6-beta4 MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +CATEGORIES+= shells GNU_CONFIGURE= YES .include <bsd.port.mk> |