summaryrefslogtreecommitdiff
path: root/lang/parrot
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2017-08-19 00:23:58 +0000
committerjlam <jlam@pkgsrc.org>2017-08-19 00:23:58 +0000
commit4b8cebe29df12aeb5e85b8f820341b6e74eeb3e1 (patch)
tree2d2fd76c368c1db906671d5fc7bc74e42de62507 /lang/parrot
parent3aba41bfc1c8d9bf00347be05986b707ff0bd022 (diff)
downloadpkgsrc-4b8cebe29df12aeb5e85b8f820341b6e74eeb3e1.tar.gz
lang/parrot: Install manpages into ${PKGMANDIR}.
Pass "--mandir=<dir>" to the configure script to set the correct location for installed manpages.
Diffstat (limited to 'lang/parrot')
-rw-r--r--lang/parrot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile
index 19bafd6a50b..fa16c992a46 100644
--- a/lang/parrot/Makefile
+++ b/lang/parrot/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2017/04/22 21:03:12 adam Exp $
+# $NetBSD: Makefile,v 1.87 2017/08/19 00:23:58 jlam Exp $
#
DISTNAME= parrot-${PARROT_VERSION}
@@ -25,6 +25,7 @@ MAKE_JOBS_SAFE= no
CONFIG_SHELL= perl
CONFIGURE_SCRIPT= Configure.pl
CONFIGURE_ARGS+= --prefix=${PREFIX:Q} \
+ --mandir=${PREFIX:Q}/${PKGMANDIR:Q} \
--icu-config=${PREFIX}/bin/icu-config \
--without-opengl --without-pcre \
--without-zlib \