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 | d97b68813355fe293c77996382853aa3518acc2b (patch) | |
tree | 60afba03d5fbad97f8cec2801ff4e5cf62145532 /shells | |
parent | 252a4b66db4b991b9292f67f840519754371cc26 (diff) | |
download | pkgsrc-d97b68813355fe293c77996382853aa3518acc2b.tar.gz |
Honour PKG_SYSCONFDIR. Bump revision.
PR32026 from Geert Hendrickx.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/Makefile | 4 | ||||
-rw-r--r-- | shells/zsh/Makefile.common | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 020f7085f9e..424f1624f67 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.49 2005/09/20 04:23:49 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2005/11/26 15:41:16 uebayasi Exp $ .include "../../shells/zsh/Makefile.common" -PKGREVISION= 1 +PKGREVISION= 2 ZSH_VERSION= 4.2.5 ZSH_MAINTAINER= uebayasi@NetBSD.org 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 |