Date: Mon, 30 Dec 2013 16:34:58 +0000 (UTC) From: Tilman Keskinoz <arved@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338135 - head/benchmarks/netio Message-ID: <201312301634.rBUGYwh8010991@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: arved Date: Mon Dec 30 16:34:57 2013 New Revision: 338135 URL: http://svnweb.freebsd.org/changeset/ports/338135 Log: Support Stagedir Modified: head/benchmarks/netio/Makefile Modified: head/benchmarks/netio/Makefile ============================================================================== --- head/benchmarks/netio/Makefile Mon Dec 30 16:33:20 2013 (r338134) +++ head/benchmarks/netio/Makefile Mon Dec 30 16:34:57 2013 (r338135) @@ -22,7 +22,6 @@ MAKE_ENV+= OUT="-o" LIBS=${PTHREAD_LIBS} PLIST_FILES+= bin/netio6 .endif -NO_STAGE= yes do-build: cd ${WRKSRC}; \ ${SETENV} ${MAKE_ENV} O=.o CFLAGS="${CFLAGS}" ${GMAKE} all @@ -32,9 +31,9 @@ do-build: .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/netio ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/netio ${STAGEDIR}${PREFIX}/bin .if defined(WITH_IPV6) - ${INSTALL_PROGRAM} ${WRKSRC}/netio6 ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/netio6 ${STAGEDIR}${PREFIX}/bin .endif .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312301634.rBUGYwh8010991>