summaryrefslogtreecommitdiff
path: root/databases/postgresql74
diff options
context:
space:
mode:
authorcube <cube>2004-06-14 20:51:11 +0000
committercube <cube>2004-06-14 20:51:11 +0000
commite4b45d82b22769dce0b793bde693917dfe9388b5 (patch)
treef8d8bf5232970a2ac0ef7e5b9c95c2f0395fdce4 /databases/postgresql74
parent7c21900b24d2bc12911db0697b8e4a634b3fe5ba (diff)
downloadpkgsrc-e4b45d82b22769dce0b793bde693917dfe9388b5.tar.gz
'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 (limited to 'databases/postgresql74')
-rw-r--r--databases/postgresql74/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74/Makefile.common b/databases/postgresql74/Makefile.common
index bf65cd72fce..584f2a9d434 100644
--- a/databases/postgresql74/Makefile.common
+++ b/databases/postgresql74/Makefile.common
@@ -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_CLASSES+= pkglocaledir
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"