Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Nov 2013 09:58:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r335275 - head/benchmarks/iperf
Message-ID:  <201311300958.rAU9wbQ6081450@svn.freebsd.org>

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



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