diff options
-rw-r--r-- | cross/nios2-binutils/Makefile | 4 | ||||
-rw-r--r-- | devel/ftnchek/Makefile | 4 | ||||
-rw-r--r-- | devel/lua-posix/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cross/nios2-binutils/Makefile b/cross/nios2-binutils/Makefile index 7b3d544da2a..399c4ffd93b 100644 --- a/cross/nios2-binutils/Makefile +++ b/cross/nios2-binutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2013/12/08 22:29:05 joerg Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/28 11:48:34 obache Exp $ .include "../../cross/nios2/Makefile.common" PKGNAME= nios2-binutils-${PKG_VERSION} PKG_VERSION= 2.23 @@ -19,7 +19,7 @@ BUILD_DEFS+= ${NIOS_INFO_DIR} CONFIGURE_ARGS+= --disable-nls # install libiberty by architecture -CONFIGURE_ARGS+= --libdir=${PREFIX}/${NIOS2_TARGET}/lib +GNU_CONFIGURE_LIBDIR= ${PREFIX}/${NIOS2_TARGET}/lib .include "../../mk/compiler.mk" .if !empty(PKGSRC_COMPILER:Mclang) diff --git a/devel/ftnchek/Makefile b/devel/ftnchek/Makefile index 832bd69ba02..001369d54e3 100644 --- a/devel/ftnchek/Makefile +++ b/devel/ftnchek/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2013/06/12 12:35:35 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2014/01/28 11:51:04 obache 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/lua-posix/Makefile b/devel/lua-posix/Makefile index 9530eba2c26..f1c41489fa6 100644 --- a/devel/lua-posix/Makefile +++ b/devel/lua-posix/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2014/01/27 18:41:12 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2014/01/28 11:53:07 obache Exp $ DISTNAME= luaposix-release-v31 PKGNAME= ${DISTNAME:S/lua/${LUA_PKGPREFIX}-/:S/release-v//} @@ -14,7 +14,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= perl:build USE_LIBTOOL= yes -CONFIGURE_ARGS+= --libdir=${PREFIX}/${LUA_CDIR} +GNU_CONFIGURE_LIBDIR= ${PREFIX}/${LUA_CDIR} CONFIGURE_ARGS+= --docdir=${PREFIX}/share/doc/${PKGNAME_NOREV} CONFIGURE_ARGS+= --datadir=${PREFIX}/share/${PKGNAME_NOREV} |