pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/editors/ce Use GNU_CONFIGURE_LIBDIR.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5179b716df80
branches:  trunk
changeset: 629830:5179b716df80
user:      obache <obache%pkgsrc.org@localhost>
date:      Tue Jan 28 12:08:07 2014 +0000

description:
Use GNU_CONFIGURE_LIBDIR.

diffstat:

 editors/ce/Makefile.common |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 73b104635a04 -r 5179b716df80 editors/ce/Makefile.common
--- a/editors/ce/Makefile.common        Tue Jan 28 12:06:48 2014 +0000
+++ b/editors/ce/Makefile.common        Tue Jan 28 12:08:07 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2013/10/10 11:08:16 roy Exp $
+# $NetBSD: Makefile.common,v 1.15 2014/01/28 12:08:07 obache Exp $
 
 DISTNAME=              ce-${VERSION}
 VERSION=               4.6
@@ -13,7 +13,7 @@
 MAKE_JOBS_SAFE=                no
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --libdir=${PREFIX}/share/doc
+GNU_CONFIGURE_LIBDIR=  ${PREFIX}/share/doc
 CONFIGURE_ARGS+=       --without-ce-malloc
 
 PATCHDIR=              ${.CURDIR}/../ce/patches



Home | Main Index | Thread Index | Old Index