summaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'benchmarks/phoronix-test-suite/Makefile')
-rw-r--r--benchmarks/phoronix-test-suite/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/benchmarks/phoronix-test-suite/Makefile b/benchmarks/phoronix-test-suite/Makefile
index 016ac3b95fe..582e011ef88 100644
--- a/benchmarks/phoronix-test-suite/Makefile
+++ b/benchmarks/phoronix-test-suite/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/03/16 07:21:19 obache Exp $
+# $NetBSD: Makefile,v 1.7 2013/04/01 06:13:12 sbd Exp $
#
DISTNAME= phoronix-test-suite-${PTS_VERSION}
@@ -34,7 +34,8 @@ pre-install:
${FIND} ${WRKSRC} -name "*.orig" -print | ${XARGS} ${RM} -f
do-install:
- cd ${WRKSRC}/ && DESTDIR=${DESTDIR:Q} ./install-sh ${PREFIX:Q}
+ cd ${WRKSRC}/ && DESTDIR=${DESTDIR:Q} PKGMANDIR=${PKGMANDIR:Q} \
+ ./install-sh ${PREFIX:Q}
.include "../../lang/php/phpversion.mk"
.include "${PHPPKGSRCDIR}/buildlink3.mk"