diff options
author | tijl <tijl@FreeBSD.org> | 2014-10-05 22:14:44 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-10-05 22:14:44 +0800 |
commit | 9d5a6ceeb0f2188634c47bc409b9ad9b472f8cb3 (patch) | |
tree | 9c2dcc2431a622d848d2ed2973cd3563a4295213 | |
parent | 1ca57cf8160b5337fdcb0d28a6d29194e1370509 (diff) | |
download | freebsd-ports-gnome-9d5a6ceeb0f2188634c47bc409b9ad9b472f8cb3.tar.gz freebsd-ports-gnome-9d5a6ceeb0f2188634c47bc409b9ad9b472f8cb3.tar.zst freebsd-ports-gnome-9d5a6ceeb0f2188634c47bc409b9ad9b472f8cb3.zip |
Remove USE_AUTOTOOLS
-rw-r--r-- | net/ntp-devel/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/ntp-devel/Makefile b/net/ntp-devel/Makefile index de25262a115a..af757f66f534 100644 --- a/net/ntp-devel/Makefile +++ b/net/ntp-devel/Makefile @@ -13,8 +13,6 @@ MAINTAINER= cy@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 enabled. 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} |