svn commit: r390251 - head/dns/inadyn-mt

Baptiste Daroussin bapt at FreeBSD.org
Sun Jun 21 16:07:24 UTC 2015


Author: bapt
Date: Sun Jun 21 16:07:23 2015
New Revision: 390251
URL: https://svnweb.freebsd.org/changeset/ports/390251

Log:
  Convert to USES=autoreconf

Modified:
  head/dns/inadyn-mt/Makefile

Modified: head/dns/inadyn-mt/Makefile
==============================================================================
--- head/dns/inadyn-mt/Makefile	Sun Jun 21 16:03:34 2015	(r390250)
+++ head/dns/inadyn-mt/Makefile	Sun Jun 21 16:07:23 2015	(r390251)
@@ -12,7 +12,7 @@ COMMENT=	Simple dynamic dns client
 
 LICENSE=	GPLv3
 
-USE_AUTOTOOLS=	autoconf automake:env
+USES=		autoreconf
 USE_RC_SUBR=	inadyn-mt
 GNU_CONFIGURE=	yes
 


More information about the svn-ports-all mailing list