pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/parrot lang/parrot: Install manpages into ${PKGMA...
details: https://anonhg.NetBSD.org/pkgsrc/rev/8b4e276448ea
branches: trunk
changeset: 366889:8b4e276448ea
user: jlam <jlam%pkgsrc.org@localhost>
date: Sat Aug 19 00:23:58 2017 +0000
description:
lang/parrot: Install manpages into ${PKGMANDIR}.
Pass "--mandir=<dir>" to the configure script to set the correct
location for installed manpages.
diffstat:
lang/parrot/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 78516350a6fb -r 8b4e276448ea lang/parrot/Makefile
--- a/lang/parrot/Makefile Sat Aug 19 00:23:36 2017 +0000
+++ b/lang/parrot/Makefile Sat Aug 19 00:23:58 2017 +0000
@@ -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 @@
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 \
Home |
Main Index |
Thread Index |
Old Index