c2e32e6323
Thix fixes, at the very least, issues with cvs command/filename completion. Bump PKGREVISION to 1.
33 lines
974 B
Makefile
33 lines
974 B
Makefile
# $NetBSD: Makefile,v 1.68 2015/02/04 09:22:34 snj Exp $
|
|
|
|
.include "../../shells/zsh/Makefile.common"
|
|
|
|
ZSH_VERSION= 5.0.7
|
|
PKGREVISION= 1
|
|
ZSH_MAINTAINER= uebayasi@NetBSD.org
|
|
|
|
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 \
|
|
Test/runtests.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 \
|
|
Functions/Example/zless
|
|
SUBST_SED.prefix-fixup= -e 's|^\#\!/bin/zsh|\#\!${PREFIX}/bin/zsh|g'
|
|
SUBST_SED.prefix-fixup+= -e 's|^\#\! /bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
|
|
SUBST_SED.prefix-fixup+= -e 's|^\#\!/usr/local/bin/zsh|\#\!${PREFIX}/bin/zsh|g'
|
|
SUBST_SED.prefix-fixup+= -e 's|^\#\! /usr/local/bin/zsh|\#\! ${PREFIX}/bin/zsh|g'
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|