diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile index 6380bc9c8112..b3cb300e3948 100644 --- a/benchmarks/ubench/Makefile +++ b/benchmarks/ubench/Makefile @@ -1,23 +1,23 @@ PORTNAME= ubench PORTVERSION= 0.32 PORTREVISION= 1 CATEGORIES= benchmarks MASTER_SITES= SUNSITE/system/benchmark MAINTAINER= ports@FreeBSD.org COMMENT= Unix Benchmark Utility for CPU(s) and memory WWW= http://www.phystech.com/download/ubench.html LICENSE= GPLv2+ HAS_CONFIGURE= yes ALL_TARGET= ubench PLIST_FILES= bin/ubench \ share/man/man8/ubench.8.gz do-install: ${INSTALL_PROGRAM} ${WRKSRC}/ubench ${STAGEDIR}${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/ubench.8 ${STAGEDIR}${PREFIX}/share/man/man8 .include