diff options
author | sketch <sketch@pkgsrc.org> | 2004-02-13 12:03:06 +0000 |
---|---|---|
committer | sketch <sketch@pkgsrc.org> | 2004-02-13 12:03:06 +0000 |
commit | 1a2f92a7b2edccbdc3c3f60a8b9461e1950fb22a (patch) | |
tree | 950fbc625d2aeb9af84765567716e79894fee6f4 /mk | |
parent | 0ac1e554d2e6cc779c0727b4ad9074b2cf36cea4 (diff) | |
download | pkgsrc-1a2f92a7b2edccbdc3c3f60a8b9461e1950fb22a.tar.gz |
Allow more case variations on "Makefile" to be included in USE_PKGLOCALEDIR
transformations.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index fceb3c8ec6f..3ecca512452 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -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 @@ _PKGLOCALEDIR= ${PREFIX}/${PKGLOCALEDIR}/locale 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} \) |