pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/geeqie Avoid unnecessary configure phase



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa58ac97ac6e
branches:  trunk
changeset: 347817:fa58ac97ac6e
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Tue May 31 00:01:50 2016 +0000

description:
Avoid unnecessary configure phase

When running autogen, there's no need to run configure (with the wrong
environment), because the configure stage will run it next.

diffstat:

 graphics/geeqie/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c701e13ce978 -r fa58ac97ac6e graphics/geeqie/Makefile
--- a/graphics/geeqie/Makefile  Mon May 30 22:59:07 2016 +0000
+++ b/graphics/geeqie/Makefile  Tue May 31 00:01:50 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.57 2016/05/29 20:40:16 wiz Exp $
+# $NetBSD: Makefile,v 1.58 2016/05/31 00:01:50 gdt Exp $
 
 DISTNAME=      geeqie-1.3
 EXTRACT_SUFX=  .tar.xz
@@ -23,7 +23,7 @@
 REPLACE_BASH+=         plugins/import/geeqie-import
 
 pre-configure:
-       cd ${WRKSRC} && ${SH} ./autogen.sh
+       cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
 
 post-build:
        cd ${WRKSRC}/doc && ${MAKE_PROGRAM} html



Home | Main Index | Thread Index | Old Index