summaryrefslogtreecommitdiff
path: root/shells/zsh-current/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'shells/zsh-current/Makefile')
-rw-r--r--shells/zsh-current/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/shells/zsh-current/Makefile b/shells/zsh-current/Makefile
deleted file mode 100644
index ce7fd611763..00000000000
--- a/shells/zsh-current/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# $NetBSD: Makefile,v 1.29 2012/07/22 10:04:32 ryoon Exp $
-
-.include "../../shells/zsh/Makefile.common"
-
-ZSH_VERSION= 4.3.17
-ZSH_MAINTAINER= ryoon@NetBSD.org
-
-USE_TOOLS+= env
-
-CONFIGURE_ARGS+= --disable-gdbm
-
-SUBST_CLASSES+= prefix-fixup
-SUBST_STAGE.prefix-fixup= pre-configure
-SUBST_FILES.prefix-fixup= \
- Misc/globtests \
- Misc/globtests.ksh \
- Test/ztst.zsh \
- Util/reporter \
- Functions/Calendar/calendar_add \
- Functions/Misc/run-help \
- Functions/Misc/checkmail \
- Functions/Misc/sticky-note \
- Functions/Misc/zcalc \
- Functions/Misc/zkbd \
- Functions/Misc/zed \
- Functions/Example/cat
-SUBST_SED.prefix-fixup= \
- -e 's|^\#\!/bin/env|\#\!${TOOLS_PATH.env}|g' \
- -e 's|^\#\! /bin/env|\#\! ${TOOLS_PATH.env}|g' \
- -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \
- -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g' \
- -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g' \
- -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
-
-.include "../../mk/bsd.pkg.mk"