diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 14:07:27 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 14:07:27 +0000 |
commit | 0a222ba4c4847e0e3dbd86ad043f9f5d03ab0cee (patch) | |
tree | 7fec9cc914a4b74fa83fc0bed32c36bf73f4ab7b /benchmarks/fhourstones | |
parent | a826c41d7fd2decff44642d6884ac1d2de16c896 (diff) | |
download | ports-0a222ba4c4847e0e3dbd86ad043f9f5d03ab0cee.tar.gz ports-0a222ba4c4847e0e3dbd86ad043f9f5d03ab0cee.zip |
Notes
Diffstat (limited to 'benchmarks/fhourstones')
-rw-r--r-- | benchmarks/fhourstones/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/benchmarks/fhourstones/Makefile b/benchmarks/fhourstones/Makefile index eafe437bad60..420fb384cda9 100644 --- a/benchmarks/fhourstones/Makefile +++ b/benchmarks/fhourstones/Makefile @@ -13,7 +13,6 @@ COMMENT= The Fhourstones Benchmark NO_WRKSUBDIR= yes PLIST_FILES= bin/fhourstones lib/fhourstones/SearchGame lib/fhourstones/inputs -PLIST_DIRS= lib/fhourstones post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/Makefile |