svn commit: r370085 - head/net/ntp-devel

Tijl Coosemans tijl at FreeBSD.org
Sun Oct 5 14:14:45 UTC 2014


Author: tijl
Date: Sun Oct  5 14:14:44 2014
New Revision: 370085
URL: https://svnweb.freebsd.org/changeset/ports/370085
QAT: https://qat.redports.org/buildarchive/r370085/

Log:
  Remove USE_AUTOTOOLS

Modified:
  head/net/ntp-devel/Makefile

Modified: head/net/ntp-devel/Makefile
==============================================================================
--- head/net/ntp-devel/Makefile	Sun Oct  5 14:12:45 2014	(r370084)
+++ head/net/ntp-devel/Makefile	Sun Oct  5 14:14:44 2014	(r370085)
@@ -13,8 +13,6 @@ MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake
-AUTOMAKE_ARGS=	--add-missing
 OPTIONS_SUB=	yes
 USES=		pathfix shebangfix libtool
 LIB_DEPENDS=	libevent.so:${PORTSDIR}/devel/libevent2
@@ -54,17 +52,11 @@ BROKEN=		Fails to compile when MX4200 is
  
 DOCSDIR=	${PREFIX}/share/doc/${PORTNAME}4
 
-AUTOTOOLSFILES=	aclocal.m4
-
 # XXX Temporary hack. Remember to remove this next commit.
 post-extract:
 	@/usr/bin/touch ${WRKSRC}/scripts/build/checkHtmlFileDates
 	@${CHMOD} +x ${WRKSRC}/scripts/build/checkHtmlFileDates
 
-post-patch:
-	@${REINPLACE_CMD} -e 's|1.11.1|%%AUTOMAKE_APIVER%%|g' \
-			  ${WRKSRC}/aclocal.m4
-
 post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/conf/* ${STAGEDIR}${EXAMPLESDIR}


More information about the svn-ports-all mailing list