1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-05 00:36:43 +00:00
parent e9782e8ecf
commit 6986191f55
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338716

View File

@ -11,9 +11,10 @@ MAINTAINER= brian@FreeBSD.org
COMMENT= Unix Benchmark Utility for CPU(s) and memory
HAS_CONFIGURE= yes
MAKE_ARGS= INSTALLDIR=${STAGEDIR}${PREFIX}/bin \
MANDIR=${STAGEDIR}${PREFIX}/man/man8
MAN8= ubench.8
PLIST_FILES= bin/ubench
PLIST_FILES= bin/ubench \
man/man8/ubench.8.gz
NO_STAGE= yes
.include <bsd.port.mk>