aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-09-23 20:55:42 +0800
committerantoine <antoine@FreeBSD.org>2014-09-23 20:55:42 +0800
commit39b7c2de39bb04028577bd1ae74b5c0a23f31eba (patch)
tree1adf2a69692490a620362b5b611eb517c998941a /sysutils
parent6f43fa5a89ff7009953171a5af3767ea69f0d98a (diff)
downloadfreebsd-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/Makefile2
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