diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-07 08:01:52 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-10-07 08:01:52 +0000 |
commit | deb971ab661ba4bdf55f1f66a314bb5b87f2a62e (patch) | |
tree | 706ad91ddcd0faa6ba6966a34ec5c733ea65500f /net/ntp | |
parent | c578e504ef8e5d48eb0dd29821ab925e951f901d (diff) |
Notes
Diffstat (limited to 'net/ntp')
-rw-r--r-- | net/ntp/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/net/ntp/Makefile b/net/ntp/Makefile index 285e4746b127..1368a4accce7 100644 --- a/net/ntp/Makefile +++ b/net/ntp/Makefile @@ -14,13 +14,10 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/P/p/:S/.r/-RC/} 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} |