summaryrefslogtreecommitdiff
path: root/benchmarks/phoronix-test-suite/Makefile
diff options
context:
space:
mode:
authorsbd <sbd@pkgsrc.org>2013-04-01 06:13:12 +0000
committersbd <sbd@pkgsrc.org>2013-04-01 06:13:12 +0000
commit6c92ce065bae936c680adc7165b3595bc6ce5787 (patch)
tree8e3457b5eaf869eb739e3f30ad10cc4026b37420 /benchmarks/phoronix-test-suite/Makefile
parentaa363b234d46bc925c87304f2d3be512c0f3c76b (diff)
downloadpkgsrc-6c92ce065bae936c680adc7165b3595bc6ce5787.tar.gz
Use ${PKGMANDIR} for manpages.
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"