pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Allow more case variations on "Makefile" to be incl...
details: https://anonhg.NetBSD.org/pkgsrc/rev/6490a6bf9ec2
branches: trunk
changeset: 468369:6490a6bf9ec2
user: sketch <sketch%pkgsrc.org@localhost>
date: Fri Feb 13 12:03:06 2004 +0000
description:
Allow more case variations on "Makefile" to be included in USE_PKGLOCALEDIR
transformations.
diffstat:
mk/bsd.pkg.mk | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (21 lines):
diff -r 0e8f4ba3abad -r 6490a6bf9ec2 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Fri Feb 13 11:53:59 2004 +0000
+++ b/mk/bsd.pkg.mk Fri Feb 13 12:03:06 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1394 2004/02/12 23:12:27 jlam Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1395 2004/02/13 12:03:06 sketch Exp $
#
# This file is in the public domain.
#
@@ -2287,9 +2287,9 @@
REPLACE_LOCALEDIR_PATTERNS?= # empty
_REPLACE_LOCALEDIR_PATTERNS= ${REPLACE_LOCALEDIR_PATTERNS}
. if defined(HAS_CONFIGURE) || defined(GNU_CONFIGURE)
-_REPLACE_LOCALEDIR_PATTERNS+= Makefile.in*
+_REPLACE_LOCALEDIR_PATTERNS+= [Mm]akefile.in*
. else
-_REPLACE_LOCALEDIR_PATTERNS+= Makefile*
+_REPLACE_LOCALEDIR_PATTERNS+= [Mm]akefile*
. endif
_REPLACE_LOCALEDIR_PATTERNS_FIND= \
\( ${_REPLACE_LOCALEDIR_PATTERNS:S/$/!/:S/^/-o -name !/:S/!/"/g:S/-o//1} \)
Home |
Main Index |
Thread Index |
Old Index