svn commit: r457292 - head/net/beacon

Tijl Coosemans tijl at FreeBSD.org
Tue Dec 26 16:28:47 UTC 2017


Author: tijl
Date: Tue Dec 26 16:28:45 2017
New Revision: 457292
URL: https://svnweb.freebsd.org/changeset/ports/457292

Log:
  Remove unneeded USE_AUTOTOOLS.

Modified:
  head/net/beacon/Makefile

Modified: head/net/beacon/Makefile
==============================================================================
--- head/net/beacon/Makefile	Tue Dec 26 16:17:16 2017	(r457291)
+++ head/net/beacon/Makefile	Tue Dec 26 16:28:45 2017	(r457292)
@@ -16,8 +16,8 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 WWW_DIR?=	${PREFIX}/www/
 PLIST_SUB+=	VERSION=${PORTVERSION}
 
+GNU_CONFIGURE=	yes
 USES=		perl5
-USE_AUTOTOOLS=	autoconf
 PORTDOCS=	README
 
 OPTIONS_DEFINE=	DOCS IPV6


More information about the svn-ports-head mailing list