summaryrefslogtreecommitdiff
path: root/shells/zsh
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1995-02-15 19:15:29 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1995-02-15 19:15:29 +0000
commitf9570ccd02a695d73b6b6a963a2aacb4dc0e5279 (patch)
tree489b19e16e127b2255ce1581847f8849831cd18f /shells/zsh
parentRemove pre-install, done by mtree now (diff)
Remove pre-install, done by mtree
Notes
Notes: svn path=/head/; revision=988
Diffstat (limited to 'shells/zsh')
-rw-r--r--shells/zsh/Makefile7
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>