pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk/configure Add "itlocaledir" to the list of director...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2fe25f9d3eda
branches:  trunk
changeset: 517034:2fe25f9d3eda
user:      salo <salo%pkgsrc.org@localhost>
date:      Thu Aug 03 16:49:48 2006 +0000

description:
Add "itlocaledir" to the list of directory patterns to replace.
>From Gilles Dauphin via PR pkg/34103

diffstat:

 mk/configure/replace-localedir.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r f47b04f7e694 -r 2fe25f9d3eda mk/configure/replace-localedir.mk
--- a/mk/configure/replace-localedir.mk Thu Aug 03 15:17:49 2006 +0000
+++ b/mk/configure/replace-localedir.mk Thu Aug 03 16:49:48 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: replace-localedir.mk,v 1.1 2006/07/05 06:09:15 jlam Exp $
+# $NetBSD: replace-localedir.mk,v 1.2 2006/08/03 16:49:48 salo Exp $
 
 ######################################################################
 ### replace-localedir (PRIVATE)
@@ -41,5 +41,6 @@
 SUBST_FILES.pkglocaledir=      ${_REPLACE_LOCALEDIR}
 SUBST_SED.pkglocaledir=                \
        -e 's|^\(localedir[     :]*=\).*|\1 ${_PKGLOCALEDIR}|'          \
+       -e 's|^\(itlocaledir[   :]*=\).*|\1 ${_PKGLOCALEDIR}|'          \
        -e 's|^\(gnulocaledir[  :]*=\).*|\1 ${_PKGLOCALEDIR}|'          \
        -e 's|\(-DLOCALEDIR[    ]*=\)[^         ]*\(\.\*\)|\1"\\"${_PKGLOCALEDIR}\\""\2|'



Home | Main Index | Thread Index | Old Index