1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Fix build

This commit is contained in:
Antoine Brodin 2014-09-23 12:55:42 +00:00
parent 11a5d6f1d0
commit d165595bdc
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=369055

View File

@ -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