svn commit: r457057 - head/irc/dircproxy

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 14:57:20 UTC 2017


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}


More information about the svn-ports-head mailing list