diff options
Diffstat (limited to 'benchmarks/sysbench/Makefile')
-rw-r--r-- | benchmarks/sysbench/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/sysbench/Makefile b/benchmarks/sysbench/Makefile index 878f9f2ff35..49b45abe161 100644 --- a/benchmarks/sysbench/Makefile +++ b/benchmarks/sysbench/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sysbench -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.12 CATEGORIES= benchmarks databases MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-pgsql=no post-configure: @${REINPLACE_CMD} -e 's/^program_transform_name/#/' \ - ${WRKSRC}/scripts/Makefile ${WRKSRC}/sysbench/Makefile + ${WRKSRC}/Makefile ${WRKSRC}/sysbench/Makefile .if defined(NOPORTDOCS) post-install: |