Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Oct 2014 08:01:53 +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: r370277 - head/net/ntp
Message-ID:  <201410070801.s9781rgv027932@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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}



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