diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-16 20:24:25 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-16 20:24:25 +0000 |
commit | 4547c184e288ab006b7df01b187b25ff3bacd582 (patch) | |
tree | 336b1ab4b423f079657acfabb6ef57358ec4c9c5 /shells | |
parent | 711c42742119d409f7c0c13b13ec75460b9f8821 (diff) | |
download | pkgsrc-4547c184e288ab006b7df01b187b25ff3bacd582.tar.gz |
We no longer need to set CONFIG_STATUS_OVERRIDE to an empty value as
bsd.pkg.mk no longer overrides the ability of config.status to generate
new files.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index b48f7f09eaf..b78e7070758 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/02/16 09:07:23 jlam Exp $ +# $NetBSD: Makefile.common,v 1.6 2004/02/16 20:24:25 jlam Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -17,7 +17,6 @@ COMMENT= The Z shell USE_BUILDLINK2= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES -CONFIG_STATUS_OVERRIDE= # empty USE_MAKEINFO= YES INFO_FILES= zsh.info |