Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 14:57:19 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457057 - head/irc/dircproxy
Message-ID:  <201712231457.vBNEvJ9m017399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Dec 23 14:57:19 2017
New Revision: 457057
URL: https://svnweb.freebsd.org/changeset/ports/457057

Log:
  Convert to USES=autoreconf.

Modified:
  head/irc/dircproxy/Makefile

Modified: head/irc/dircproxy/Makefile
==============================================================================
--- head/irc/dircproxy/Makefile	Sat Dec 23 14:53:50 2017	(r457056)
+++ head/irc/dircproxy/Makefile	Sat Dec 23 14:57:19 2017	(r457057)
@@ -16,11 +16,10 @@ GH_ACCOUNT=	w8tvi
 GH_PROJECT=	dircproxy
 GH_TAGNAME=	dc563b3
 
-USE_AUTOTOOLS=	aclocal autoheader automake autoconf
-AUTOMAKE_ARGS=	--add-missing --copy
 GNU_CONFIGURE=	yes
 SUB_FILES+=	pkg-message
 PKGMESSAGE=	${WRKDIR}/pkg-message
+USES=		autoreconf
 
 post-install:
 	@cd ${WRKSRC}/doc && ${MAKE_CMD} install-man DESTDIR=${STAGEDIR}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712231457.vBNEvJ9m017399>