pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/irrtoolset5



Module Name:    pkgsrc
Committed By:   he
Date:           Sat Oct 19 12:03:42 UTC 2019

Modified Files:
        pkgsrc/net/irrtoolset5: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/net/irrtoolset5/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/irrtoolset5/Makefile
diff -u pkgsrc/net/irrtoolset5/Makefile:1.12 pkgsrc/net/irrtoolset5/Makefile:1.13
--- pkgsrc/net/irrtoolset5/Makefile:1.12        Thu Oct 17 16:05:06 2019
+++ pkgsrc/net/irrtoolset5/Makefile     Sat Oct 19 12:03:41 2019
@@ -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 @@ CONFIG_SUB_OVERRIDE=  config.sub
 
 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