pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/gdb6 Add "Make-in" file to the list of files to ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/06e41f558f35
branches:  trunk
changeset: 520275:06e41f558f35
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Oct 18 13:39:07 2006 +0000

description:
Add "Make-in" file to the list of files to replace locale directory.
>From Jake Kupersmith on pkgsrc-users.  Noticed on Solaris.

diffstat:

 devel/gdb6/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 65501a62eaba -r 06e41f558f35 devel/gdb6/Makefile
--- a/devel/gdb6/Makefile       Wed Oct 18 13:36:05 2006 +0000
+++ b/devel/gdb6/Makefile       Wed Oct 18 13:39:07 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2006/07/07 15:49:31 jlam Exp $
+# $NetBSD: Makefile,v 1.20 2006/10/18 13:39:07 reed Exp $
 #
 
 DISTNAME=              gdb-6.2.1
@@ -16,6 +16,7 @@
 USE_TOOLS+=            gmake makeinfo msgfmt
 USE_LIBTOOL=           yes
 USE_PKGLOCALEDIR=      yes
+REPLACE_LOCALEDIR_PATTERNS+=   Make-in
 GNU_CONFIGURE=         yes
 CONFIGURE_ARGS+=       --libdir=${PREFIX}/lib/gdb6
 CONFIGURE_ARGS+=       --includedir=${PREFIX}/include/gdb6



Home | Main Index | Thread Index | Old Index