diff options
author | obache <obache@pkgsrc.org> | 2014-01-28 12:14:23 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-01-28 12:14:23 +0000 |
commit | 340e758b344bc095b3ce2e63a1299857ac5c3e64 (patch) | |
tree | 0959dc9ad31f2a7907e79bf1915924535dea6430 | |
parent | 0c588fd88a1368ea1030ae4754a5cafe7de0bd79 (diff) | |
download | pkgsrc-340e758b344bc095b3ce2e63a1299857ac5c3e64.tar.gz |
Use GNU_CONFIGURE_LIBDIR for --libdir.
-rw-r--r-- | net/etherape/Makefile | 4 | ||||
-rw-r--r-- | net/samba/Makefile | 4 | ||||
-rw-r--r-- | net/samba35/Makefile | 4 | ||||
-rw-r--r-- | print/advi/Makefile | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/net/etherape/Makefile b/net/etherape/Makefile index 375776079f8..25a55009017 100644 --- a/net/etherape/Makefile +++ b/net/etherape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2014/01/01 11:52:28 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2014/01/28 12:14:23 obache Exp $ DISTNAME= etherape-0.9.12 PKGREVISION= 22 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes PKG_SYSCONFSUBDIR= etherape # XXX: $localedir defaults to $libdir/locale -CONFIGURE_ARGS+= --libdir=${PREFIX}/${PKGLOCALEDIR} +GNU_CONFIGURE_LIBDIR= ${PREFIX}/${PKGLOCALEDIR} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} EGDIR= ${PREFIX}/share/examples/etherape diff --git a/net/samba/Makefile b/net/samba/Makefile index 6fc1de0ee3b..b711e7bcf3f 100644 --- a/net/samba/Makefile +++ b/net/samba/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.241 2013/12/09 10:44:22 taca Exp $ +# $NetBSD: Makefile,v 1.242 2014/01/28 12:16:39 obache Exp $ DISTNAME= samba-${VERSION} CATEGORIES= net @@ -48,7 +48,7 @@ REPLACE_PERL= script/findsmb.in BROKEN_GETTEXT_DETECTION=yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --libdir=${SAMBA_LIBDIR} +GNU_CONFIGURE_LIBDIR= ${SAMBA_LIBDIR} CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CONFIGURE_ARGS+= --with-configdir=${SAMBA_ETCDIR} diff --git a/net/samba35/Makefile b/net/samba35/Makefile index 5aa6d842c4b..ec14fd19fa0 100644 --- a/net/samba35/Makefile +++ b/net/samba35/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/08/12 02:47:32 taca Exp $ +# $NetBSD: Makefile,v 1.32 2014/01/28 12:17:55 obache Exp $ .include "../../net/samba/Makefile.mirrors" @@ -51,7 +51,7 @@ REPLACE_PERL= script/findsmb.in BROKEN_GETTEXT_DETECTION=yes GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --libdir=${SAMBA_LIBDIR} +GNU_CONFIGURE_LIBDIR= ${SAMBA_LIBDIR} CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --with-readline=${BUILDLINK_PREFIX.readline} CONFIGURE_ARGS+= --with-configdir=${SAMBA_ETCDIR} diff --git a/print/advi/Makefile b/print/advi/Makefile index 1820e2aa902..30ee5759c99 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.71 2014/01/01 11:52:31 wiz Exp $ +# $NetBSD: Makefile,v 1.72 2014/01/28 12:21:54 obache Exp $ DISTNAME= advi-1.10.1 PKGREVISION= 31 @@ -24,7 +24,7 @@ DEPENDS+= tex-cyrillic-bin>=2013:../../print/tex-cyrillic-bin USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_TOOLS+= gmake gs:run -CONFIGURE_ARGS+= --libdir=${PREFIX}/share/texmf-dist +GNU_CONFIGURE_LIBDIR= ${PREFIX}/share/texmf-dist CONFIGURE_ARGS+= --with-gs=${PREFIX}/bin/gs INSTALL_UNSTRIPPED= yes |