pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc specify libdir with GNU_CONFIGURE_LIBDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e66003b72b8a
branches:  trunk
changeset: 629826:e66003b72b8a
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jan 28 11:33:43 2014 +0000

description:
specify libdir with GNU_CONFIGURE_LIBDIR.

diffstat:

 mail/nmh/Makefile               |  4 ++--
 textproc/catdoc/Makefile.common |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r b454f22eed4b -r e66003b72b8a mail/nmh/Makefile
--- a/mail/nmh/Makefile Tue Jan 28 11:32:30 2014 +0000
+++ b/mail/nmh/Makefile Tue Jan 28 11:33:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.81 2013/06/12 12:35:35 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2014/01/28 11:33:43 obache Exp $
 
 DISTNAME=              nmh-1.5
 PKGREVISION=           3
@@ -36,7 +36,7 @@
 
 GNU_CONFIGURE=         yes
 
-CONFIGURE_ARGS+=       --libdir=${PREFIX}/libexec/nmh
+GNU_CONFIGURE_LIBDIR=  ${PREFIX}/libexec/nmh
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
 CONFIGURE_ARGS+=       --enable-nmh-pop
 CONFIGURE_ARGS+=       --with-mts=${NMH_MTA:Q}
diff -r b454f22eed4b -r e66003b72b8a textproc/catdoc/Makefile.common
--- a/textproc/catdoc/Makefile.common   Tue Jan 28 11:32:30 2014 +0000
+++ b/textproc/catdoc/Makefile.common   Tue Jan 28 11:33:43 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.18 2013/06/16 09:10:23 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.19 2014/01/28 11:36:13 obache Exp $
 #
 
 DISTNAME=      catdoc_0.94.4.orig
@@ -19,7 +19,7 @@
 USE_FEATURES=          glob
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --libdir=${PREFIX}/share
+GNU_CONFIGURE_LIBDIR=  ${PREFIX}/share
 CONFIGURE_ARGS+=       --with-install-root=${DESTDIR}
 
 CPPFLAGS+=             -Dunix -D__unix



Home | Main Index | Thread Index | Old Index