svn commit: r390231 - head/devel/sysconftool

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 14:07:04 UTC 2015


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>


More information about the svn-ports-all mailing list