svn commit: r335275 - head/benchmarks/iperf
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Sat Nov 30 09:58:37 UTC 2013
Author: sunpoet
Date: Sat Nov 30 09:58:36 2013
New Revision: 335275
URL: http://svnweb.freebsd.org/changeset/ports/335275
Log:
- Simplify Makefile
Modified:
head/benchmarks/iperf/Makefile
Modified: head/benchmarks/iperf/Makefile
==============================================================================
--- head/benchmarks/iperf/Makefile Sat Nov 30 09:58:08 2013 (r335274)
+++ head/benchmarks/iperf/Makefile Sat Nov 30 09:58:36 2013 (r335275)
@@ -25,12 +25,8 @@ IPV6_CONFIGURE_ENABLE= ipv6
THREADS_CONFIGURE_ENABLE= threads
THREADS_LDFLAGS= -pthread
-.include <bsd.port.options.mk>
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/ && ${INSTALL_DATA} README doc/*.gif doc/*.html ${STAGEDIR}${DOCSDIR}/
-.endif
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list