33 lines
893 B
Makefile
33 lines
893 B
Makefile
# $NetBSD: Makefile,v 1.13 2007/11/07 09:59:27 bjs Exp $
|
|
|
|
.include "../../shells/zsh/Makefile.common"
|
|
|
|
PKGREVISION= 1
|
|
|
|
ZSH_VERSION= 4.3.4
|
|
ZSH_MAINTAINER= uebayasi@NetBSD.org
|
|
|
|
USE_TOOLS+= env
|
|
|
|
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/zcalc \
|
|
Functions/Misc/zkbd \
|
|
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"
|