diff options
author | Stefan Eßer <se@FreeBSD.org> | 2005-01-18 16:11:21 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2005-01-18 16:11:21 +0000 |
commit | 316a69b5169fce747ed4808c05f9114597301bd2 (patch) | |
tree | 8d981e64fb2637dd518d012872c34648d6ff9204 /benchmarks/unixbench/Makefile | |
parent | bb8192991e058abcd989220a603755ae156c327b (diff) | |
download | ports-316a69b5169fce747ed4808c05f9114597301bd2.tar.gz ports-316a69b5169fce747ed4808c05f9114597301bd2.zip |
Notes
Diffstat (limited to 'benchmarks/unixbench/Makefile')
-rw-r--r-- | benchmarks/unixbench/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/unixbench/Makefile b/benchmarks/unixbench/Makefile index 90b39bf39b3c..1ec1d523027c 100644 --- a/benchmarks/unixbench/Makefile +++ b/benchmarks/unixbench/Makefile @@ -17,7 +17,7 @@ COMMENT= The BYTE magazine's Public Domain benchmark for UNIX SUB_FILES= unixbench post-extract: - ${RM} -f ${WRKDIR}/unixbench/pgms/select + ${RM} -f ${WRKSRC}/pgms/select do-install: ${INSTALL_SCRIPT} ${WRKDIR}/unixbench ${PREFIX}/bin/ |