From 1e38404e660373254bf5fb3d2cde2d605e6b94bf Mon Sep 17 00:00:00 2001 From: sbd Date: Tue, 17 Jan 2012 21:43:18 +0000 Subject: Convert packages with add --libdir=* to CONFIGURE_ARGS to use GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR. --- devel/gdb6/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'devel/gdb6') diff --git a/devel/gdb6/Makefile b/devel/gdb6/Makefile index 05b4c4a1f83..ab65deb36dc 100644 --- a/devel/gdb6/Makefile +++ b/devel/gdb6/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2011/04/22 13:43:18 obache Exp $ +# $NetBSD: Makefile,v 1.28 2012/01/17 21:43:19 sbd Exp $ # DISTNAME= gdb-6.2.1 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes REPLACE_LOCALEDIR_PATTERNS+= Make-in GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/gdb6 +GNU_CONFIGURE_LIBSUBDIR=gdb6 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/gdb6 CONFIGURE_ARGS+= --enable-libada INFO_FILES= yes -- cgit v1.2.3