freebsd-ports/benchmarks/raidtest/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

23 lines
429 B
Makefile

# Created by: David O'Brien (obrien@FreeBSD.org)
# $FreeBSD$
PORTNAME= raidtest
PORTVERSION= 1.3
CATEGORIES= benchmarks
MASTER_SITES= # none
DISTFILES= # none
MAINTAINER= pjd@FreeBSD.org
COMMENT= Test performance of storage devices
NO_WRKSUBDIR= yes
USES= uidfix
PLIST_FILES= bin/raidtest
do-fetch:
do-extract:
${MKDIR} ${WRKSRC}
${LN} -sf ${FILESDIR}/${PORTNAME}.c ${FILESDIR}/Makefile ${WRKSRC}
.include <bsd.port.mk>