svn commit: r374898 - head/comms/ser2net

Baptiste Daroussin bapt at FreeBSD.org
Thu Dec 18 11:45:14 UTC 2014


Author: bapt
Date: Thu Dec 18 11:45:13 2014
New Revision: 374898
URL: https://svnweb.freebsd.org/changeset/ports/374898
QAT: https://qat.redports.org/buildarchive/r374898/

Log:
  Convert to USES=autoreconf

Modified:
  head/comms/ser2net/Makefile

Modified: head/comms/ser2net/Makefile
==============================================================================
--- head/comms/ser2net/Makefile	Thu Dec 18 11:43:26 2014	(r374897)
+++ head/comms/ser2net/Makefile	Thu Dec 18 11:45:13 2014	(r374898)
@@ -15,8 +15,8 @@ OPTIONS_DEFINE=	DOCS
 
 USE_RC_SUBR=	${PORTNAME}
 
-USE_AUTOTOOLS=	libtoolize aclocal automake autoconf
-AUTOMAKE_ARGS=	--add-missing
+USES=		autoreconf libtool
+GNU_CONFIGURE=	yes
 
 PORTDOCS=	AUTHORS ChangeLog INSTALL NEWS README
 PLIST_FILES=	sbin/${PORTNAME} etc/${PORTNAME}.conf.sample \


More information about the svn-ports-head mailing list