pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/postgresql74 'localedir' is actually two spa...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a275515bf321
branches:  trunk
changeset: 476566:a275515bf321
user:      cube <cube%pkgsrc.org@localhost>
date:      Mon Jun 14 20:51:11 2004 +0000

description:
'localedir' is actually two spaces away from the beginning of the line in
the configure script.  Let's play safe and use '\s+'.  Should fix PR 25923
by jmmv.

diffstat:

 databases/postgresql74/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 94431bcf4834 -r a275515bf321 databases/postgresql74/Makefile.common
--- a/databases/postgresql74/Makefile.common    Mon Jun 14 20:27:16 2004 +0000
+++ b/databases/postgresql74/Makefile.common    Mon Jun 14 20:51:11 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.5 2004/06/12 02:02:07 grant Exp $
+# $NetBSD: Makefile.common,v 1.6 2004/06/14 20:51:11 cube Exp $
 #
 # This Makefile fragment is included by all PostgreSQL packages built from
 # the main sources of the PostgreSQL distribution except jdbc-postgresql.
@@ -52,7 +52,7 @@
 SUBST_MESSAGE.pkglocaledir=    "Fixing locale directory references."
 SUBST_FILES.pkglocaledir=      configure config/programs.m4
 SUBST_STAGE.pkglocaledir=      post-patch
-SUBST_SED.pkglocaledir=                -e 's|\( localedir[     :]*=\).*|\1${_PKGLOCALEDIR}|'
+SUBST_SED.pkglocaledir=                -e 's|\(\s+localedir[   :]*=\).*|\1${_PKGLOCALEDIR}|'
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index