diff options
author | luigi <luigi@FreeBSD.org> | 2010-10-26 05:24:02 +0800 |
---|---|---|
committer | luigi <luigi@FreeBSD.org> | 2010-10-26 05:24:02 +0800 |
commit | b70786e3e9ea79f8c7f7093abdeca654817568e5 (patch) | |
tree | 2fb5a85755748ab8a14802a74e608c53abc3c8d9 /sysutils/fio/Makefile | |
parent | a5d244423ce358c232f6ab823ce38a120c8a1d45 (diff) | |
download | freebsd-ports-gnome-b70786e3e9ea79f8c7f7093abdeca654817568e5.tar.gz freebsd-ports-gnome-b70786e3e9ea79f8c7f7093abdeca654817568e5.tar.zst freebsd-ports-gnome-b70786e3e9ea79f8c7f7093abdeca654817568e5.zip |
update to rev 1.44.1 which compiles natively on FreeBSD
Submitted-by: Ruslan Mahmatkhanov
PR: ports/151727
Diffstat (limited to 'sysutils/fio/Makefile')
-rw-r--r-- | sysutils/fio/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/sysutils/fio/Makefile b/sysutils/fio/Makefile index 6699fa6e7417..6dec8ce59f3b 100644 --- a/sysutils/fio/Makefile +++ b/sysutils/fio/Makefile @@ -8,27 +8,24 @@ # PORTNAME= fio -PORTVERSION= 1.25 +PORTVERSION= 1.44.1 CATEGORIES= sysutils MASTER_SITES= http://brick.kernel.dk/snaps/ MAINTAINER= luigi@FreeBSD.org COMMENT= The program fio - flexible IO tester -BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash - -SCRIPTS_ENV= "SHELL=bash" -WRKSRC= ${WRKDIR}/${PORTNAME} - USE_GMAKE= yes MAKEFILE= Makefile.FreeBSD -MAN1= fio.1 +MAN1= fio.1 fio_generate_plots.1 +PLIST_FILES= bin/fio bin/fio_generate_plots do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fio ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/fio.1 ${PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/fio_generate_plots.1 ${PREFIX}/man/man1/ .include <bsd.port.pre.mk> |