diff options
author | uebayasi <uebayasi@pkgsrc.org> | 2005-11-26 15:41:16 +0000 |
---|---|---|
committer | uebayasi <uebayasi@pkgsrc.org> | 2005-11-26 15:41:16 +0000 |
commit | ef27f94532d2d821eb291fb3e5cae3362806e185 (patch) | |
tree | 60afba03d5fbad97f8cec2801ff4e5cf62145532 /shells/zsh/Makefile.common | |
parent | 9861042baa3c65779e540e9125a3aa8ca0bf850a (diff) | |
download | pkgsrc-ef27f94532d2d821eb291fb3e5cae3362806e185.tar.gz |
Honour PKG_SYSCONFDIR. Bump revision.
PR32026 from Geert Hendrickx.
Diffstat (limited to 'shells/zsh/Makefile.common')
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shells/zsh/Makefile.common b/shells/zsh/Makefile.common index 19ed125c5c5..633ee08c276 100644 --- a/shells/zsh/Makefile.common +++ b/shells/zsh/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.29 2005/10/26 00:04:54 wiz Exp $ +# $NetBSD: Makefile.common,v 1.30 2005/11/26 15:41:16 uebayasi Exp $ DISTNAME= zsh-${ZSH_VERSION} CATEGORIES= shells @@ -16,6 +16,8 @@ COMMENT= The Z shell USE_PKGINSTALL= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-etcdir=${PKG_SYSCONFDIR} + USE_MAKEINFO= yes INFO_FILES= zsh.info TEXINFO_REQD= 4.0 |