From 6c92ce065bae936c680adc7165b3595bc6ce5787 Mon Sep 17 00:00:00 2001 From: sbd Date: Mon, 1 Apr 2013 06:13:12 +0000 Subject: Use ${PKGMANDIR} for manpages. --- benchmarks/phoronix-test-suite/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'benchmarks/phoronix-test-suite/Makefile') 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" -- cgit v1.2.3