svn commit: r458738 - head/sysutils/nut

Tijl Coosemans tijl at FreeBSD.org
Thu Jan 11 13:54:04 UTC 2018


Author: tijl
Date: Thu Jan 11 13:54:03 2018
New Revision: 458738
URL: https://svnweb.freebsd.org/changeset/ports/458738

Log:
  Replace USE_AUTOTOOLS with USES=autoreconf.

Modified:
  head/sysutils/nut/Makefile

Modified: head/sysutils/nut/Makefile
==============================================================================
--- head/sysutils/nut/Makefile	Thu Jan 11 13:48:16 2018	(r458737)
+++ head/sysutils/nut/Makefile	Thu Jan 11 13:54:03 2018	(r458738)
@@ -12,10 +12,9 @@ EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	Network UPS Tools
 
-USE_AUTOTOOLS=	autoconf
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
-USES=		gmake pkgconfig libtool
+USES=		autoreconf gmake pkgconfig libtool
 
 NUT_USER?=	uucp
 NUT_GROUP?=	uucp


More information about the svn-ports-all mailing list