Date: Tue, 23 Sep 2014 12:55:43 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r369055 - head/sysutils/ioping Message-ID: <201409231255.s8NCthmR070970@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Sep 23 12:55:42 2014 New Revision: 369055 URL: http://svnweb.freebsd.org/changeset/ports/369055 QAT: https://qat.redports.org/buildarchive/r369055/ Log: Fix build Modified: head/sysutils/ioping/Makefile Modified: head/sysutils/ioping/Makefile ============================================================================== --- head/sysutils/ioping/Makefile Tue Sep 23 12:54:30 2014 (r369054) +++ head/sysutils/ioping/Makefile Tue Sep 23 12:55:42 2014 (r369055) @@ -15,7 +15,7 @@ PLIST_FILES= bin/ioping man/man1/ioping. do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -DVERSION=${PORTVERSION} ioping.c \ - -o ioping ${LDFLAGS} -lm + -o ioping ${LDFLAGS} -lm) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ioping ${STAGEDIR}${PREFIX}/bin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409231255.s8NCthmR070970>