pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh Honour PKG_SYSCONFDIR. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d7648d4d09ca
branches:  trunk
changeset: 503722:d7648d4d09ca
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Sat Nov 26 15:41:16 2005 +0000

description:
Honour PKG_SYSCONFDIR.  Bump revision.

PR32026 from Geert Hendrickx.

diffstat:

 shells/zsh/Makefile        |  4 ++--
 shells/zsh/Makefile.common |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (32 lines):

diff -r 457fc40fe364 -r d7648d4d09ca shells/zsh/Makefile
--- a/shells/zsh/Makefile       Sat Nov 26 10:32:56 2005 +0000
+++ b/shells/zsh/Makefile       Sat Nov 26 15:41:16 2005 +0000
@@ -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@localhost
diff -r 457fc40fe364 -r d7648d4d09ca shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Sat Nov 26 10:32:56 2005 +0000
+++ b/shells/zsh/Makefile.common        Sat Nov 26 15:41:16 2005 +0000
@@ -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 @@
 USE_PKGINSTALL=                yes
 GNU_CONFIGURE=         yes
 
+CONFIGURE_ARGS+=       --enable-etcdir=${PKG_SYSCONFDIR}
+
 USE_MAKEINFO=          yes
 INFO_FILES=            zsh.info
 TEXINFO_REQD=          4.0



Home | Main Index | Thread Index | Old Index