diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-16 09:07:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-16 09:07:23 +0000 |
commit | 02573dfd1bd6993026e7ba98d9eb701519d0153f (patch) | |
tree | ba9af7d0bc612097ca9d76796d35564f077a6d67 /shells/zsh | |
parent | e4f914ea3d29d9f8eed24305b64b1e195ab2e93c (diff) | |
download | pkgsrc-02573dfd1bd6993026e7ba98d9eb701519d0153f.tar.gz |
The build process for zsh runs a shell script "Src/mkmakemod.sh" that
explicitly calls config.status to generate some Makefiles in certain
directories. This particular package has a need for executing the real
config.status, so we need to avoid overriding it automatically.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index b217b820e16..b48f7f09eaf 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2003/08/09 11:23:00 seb Exp $ +# $NetBSD: Makefile.common,v 1.5 2004/02/16 09:07:23 jlam Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -17,6 +17,7 @@ COMMENT= The Z shell USE_BUILDLINK2= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES +CONFIG_STATUS_OVERRIDE= # empty USE_MAKEINFO= YES INFO_FILES= zsh.info |