summaryrefslogtreecommitdiff
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
commitaaf1561d12b136f114408fe3c8c2a4f7439f3123 (patch)
tree0214de22556aa0edcdb17274486f1ba70ba05296
parenta9837a326bb5c9819c6e5212516c89f9de31e3de (diff)
downloadpkgsrc-aaf1561d12b136f114408fe3c8c2a4f7439f3123.tar.gz
lang/parrot: Install manpages into ${PKGMANDIR}.
Pass "--mandir=<dir>" to the configure script to set the correct location for installed manpages.
-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 \