pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/irrtoolset5 Simplify pre-configure even more -- dr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6bd805201a65
branches:  trunk
changeset: 342422:6bd805201a65
user:      he <he%pkgsrc.org@localhost>
date:      Sat Oct 19 12:03:41 2019 +0000

description:
Simplify pre-configure even more -- drop 'autoconf -f'.

diffstat:

 net/irrtoolset5/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r f3e6bfda7db8 -r 6bd805201a65 net/irrtoolset5/Makefile
--- a/net/irrtoolset5/Makefile  Sat Oct 19 11:47:23 2019 +0000
+++ b/net/irrtoolset5/Makefile  Sat Oct 19 12:03:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2019/10/17 16:05:06 he Exp $
+# $NetBSD: Makefile,v 1.13 2019/10/19 12:03:41 he Exp $
 
 VERSION=               5.1.2
 DISTNAME=              irrtoolset-${VERSION}
@@ -29,7 +29,6 @@
 
 pre-configure:
        cd ${WRKSRC} && autoreconf --install
-       cd ${WRKSRC} && autoconf -f
 
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index