diff options
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index f0c90ee77876..656407deaa6b 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,16 +3,11 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/02/12 16:31:26 torstenb Exp $ # DISTNAME= zsh-2.6-beta3 MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ GNU_CONFIGURE= YES -pre-install: - mkdir -p ${PREFIX}/bin - mkdir -p ${PREFIX}/man/man1 - mkdir -p ${PREFIX}/info - .include <bsd.port.mk> |