aboutsummaryrefslogtreecommitdiffstats
path: root/shells/zsh
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-02-16 03:15:29 +0800
committerache <ache@FreeBSD.org>1995-02-16 03:15:29 +0800
commit9510ece258f285c7f7f311b8aeadac13f2db7433 (patch)
treef534a28cb3effe323bf5de24d3110a9729cc60ce /shells/zsh
parentc8c07843f620341e8b2e24bb4b3a2b3ad22a2a3d (diff)
downloadfreebsd-ports-gnome-9510ece258f285c7f7f311b8aeadac13f2db7433.tar.gz
freebsd-ports-gnome-9510ece258f285c7f7f311b8aeadac13f2db7433.tar.zst
freebsd-ports-gnome-9510ece258f285c7f7f311b8aeadac13f2db7433.zip
Remove pre-install, done by mtree
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>