diff options
author | antoine <antoine@FreeBSD.org> | 2014-09-23 20:55:42 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-09-23 20:55:42 +0800 |
commit | 39b7c2de39bb04028577bd1ae74b5c0a23f31eba (patch) | |
tree | 1adf2a69692490a620362b5b611eb517c998941a /sysutils | |
parent | 6f43fa5a89ff7009953171a5af3767ea69f0d98a (diff) | |
download | freebsd-ports-gnome-39b7c2de39bb04028577bd1ae74b5c0a23f31eba.tar.gz freebsd-ports-gnome-39b7c2de39bb04028577bd1ae74b5c0a23f31eba.tar.zst freebsd-ports-gnome-39b7c2de39bb04028577bd1ae74b5c0a23f31eba.zip |
Fix build
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ioping/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/ioping/Makefile b/sysutils/ioping/Makefile index 048d46a95e68..fd1a080e9f77 100644 --- a/sysutils/ioping/Makefile +++ b/sysutils/ioping/Makefile @@ -15,7 +15,7 @@ PLIST_FILES= bin/ioping man/man1/ioping.1.gz 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 |