diff options
author | sbd <sbd> | 2012-01-17 21:43:18 +0000 |
---|---|---|
committer | sbd <sbd> | 2012-01-17 21:43:18 +0000 |
commit | 6dee14dad3e07b99f2cd6c482d99a427d6d65e01 (patch) | |
tree | 4b997cf4a9b1df8a721e0a83c9559bd76663d532 /devel | |
parent | 9ef099349e85f4e2ed66f364d505dcb85982e3ea (diff) | |
download | pkgsrc-6dee14dad3e07b99f2cd6c482d99a427d6d65e01.tar.gz |
Convert packages with add --libdir=* to CONFIGURE_ARGS to use
GNU_CONFIGURE_LIBDIR or GNU_CONFIGURE_LIBSUBDIR.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/ftnchek/Makefile | 4 | ||||
-rw-r--r-- | devel/gdb6/Makefile | 4 | ||||
-rw-r--r-- | devel/libev/Makefile | 4 | ||||
-rw-r--r-- | devel/libnet11/Makefile | 4 | ||||
-rw-r--r-- | devel/nspr/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index f8a4ac34d88..d7c835d37cb 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2009/12/17 21:27:32 abs Exp $ +# $NetBSD: Makefile,v 1.18 2012/01/17 21:43:19 sbd Exp $ DISTNAME= ftnchek-3.2.2 PKGREVISION= 1 @@ -11,7 +11,7 @@ HOMEPAGE= http://www.dsm.fordham.edu/~ftnchek/ COMMENT= Static analyzer for Fortran programs GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--libdir=${PREFIX}/libexec +GNU_CONFIGURE_LIBDIR= ${PREFIX}/libexec CONFIGURE_ARGS+=--disable-submodel USE_TOOLS+= soelim 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 diff --git a/devel/libev/Makefile b/devel/libev/Makefile index e3e94fd8d22..32bbc108516 100644 --- a/devel/libev/Makefile +++ b/devel/libev/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2011/03/06 16:09:42 asau Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/17 21:43:19 sbd Exp $ DISTNAME= libev-4.04 CATEGORIES= devel @@ -15,7 +15,7 @@ GNU_CONFIGURE= yes USE_LIBTOOL= yes #TEST_TARGET= verify -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/ev +GNU_CONFIGURE_LIBSUBDIR=ev CONFIGURE_ARGS+= --includedir=${PREFIX}/include/ev .include "../../mk/bsd.prefs.mk" diff --git a/devel/libnet11/Makefile b/devel/libnet11/Makefile index 1aa2f14cffd..8179f7307fa 100644 --- a/devel/libnet11/Makefile +++ b/devel/libnet11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2009/12/09 07:39:30 obache Exp $ +# $NetBSD: Makefile,v 1.9 2012/01/17 21:43:19 sbd Exp $ DISTNAME= libnet-1.1.2.1 PKGNAME= ${DISTNAME:S/libnet/libnet11/} @@ -18,7 +18,7 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/libnet -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/libnet11 +GNU_CONFIGURE_LIBSUBDIR=libnet11 CONFIGURE_ARGS+= --includedir=${PREFIX}/include/libnet11 LNDOCS= DESIGN_NOTES MIGRATION PACKET_BUILDING RAWSOCKET_NON_SEQUITUR diff --git a/devel/nspr/Makefile b/devel/nspr/Makefile index 6ffae9d63fb..4a227a2246f 100644 --- a/devel/nspr/Makefile +++ b/devel/nspr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2011/11/21 21:33:13 seanb Exp $ +# $NetBSD: Makefile,v 1.45 2012/01/17 21:43:19 sbd Exp $ # .include "../../devel/xulrunner/dist.mk" @@ -17,6 +17,7 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/configure CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}configure GNU_CONFIGURE= yes +GNU_CONFIGURE_LIBSUBDIR=nspr CONFIGURE_DIRS= nsprpub USE_TOOLS+= autoconf213 gmake perl @@ -24,7 +25,6 @@ REPLACE_PERL+= nsprpub/pr/src/misc/compile-et.pl CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-pthreads -CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/nspr CONFIGURE_ENV+= LIBRUNPATH=${PREFIX:Q}/lib/nspr .include "../../mk/bsd.prefs.mk" |