Date: Sun, 21 Jun 2015 14:07:03 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r390231 - head/devel/sysconftool Message-ID: <201506211407.t5LE73eV075148@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sun Jun 21 14:07:03 2015 New Revision: 390231 URL: https://svnweb.freebsd.org/changeset/ports/390231 Log: Convert to autoreconf Because it is using autotools, it is a GNU configure, so make the framework know about it Remove useless pre-patch because the framework automatically does the same when for GNU configure Modified: head/devel/sysconftool/Makefile Modified: head/devel/sysconftool/Makefile ============================================================================== --- head/devel/sysconftool/Makefile Sun Jun 21 13:58:47 2015 (r390230) +++ head/devel/sysconftool/Makefile Sun Jun 21 14:07:03 2015 (r390231) @@ -11,12 +11,7 @@ COMMENT= Helps to install application co LICENSE= GPLv3 -USES= perl5 tar:bzip2 -HAS_CONFIGURE= yes - -USE_AUTOTOOLS= automake aclocal autoconf - -pre-patch: - @${CP} ${TEMPLATES}/config.guess ${TEMPLATES}/config.sub ${WRKSRC} +USES= autoreconf perl5 tar:bzip2 +GNU_CONFIGURE= yes .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506211407.t5LE73eV075148>