svn commit: r370277 - head/net/ntp

Tijl Coosemans tijl at FreeBSD.org
Tue Oct 7 08:01:53 UTC 2014


Author: tijl
Date: Tue Oct  7 08:01:52 2014
New Revision: 370277
URL: https://svnweb.freebsd.org/changeset/ports/370277
QAT: https://qat.redports.org/buildarchive/r370277/

Log:
  Remove LATEST_LINK and USE_AUTOTOOLS

Modified:
  head/net/ntp/Makefile

Modified: head/net/ntp/Makefile
==============================================================================
--- head/net/ntp/Makefile	Tue Oct  7 07:21:02 2014	(r370276)
+++ head/net/ntp/Makefile	Tue Oct  7 08:01:52 2014	(r370277)
@@ -14,13 +14,10 @@ DISTNAME=	${PORTNAME}-${PORTVERSION:S/P/
 MAINTAINER=	cy at FreeBSD.org
 COMMENT=	The Network Time Protocol Distribution
 
-LATEST_LINK=	${PORTNAME}
-
 USES=		libtool shebangfix
 SHEBANG_FILES=	${WRKSRC}/scripts/ntptrace.in ${WRKSRC}/scripts/ntp-wait.in
 perl_OLD_CMD=	@PATH_PERL@
 GNU_CONFIGURE=	yes
-USE_AUTOTOOLS=	automake
 OPTIONS_SUB=	yes
 
 .include "Makefile.inc"
@@ -50,12 +47,6 @@ CONFIGURE_ARGS+=	--enable-${D}
 .endif
 .endfor
 
-AUTOTOOLSFILES=	aclocal.m4
-
-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