pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/parrot
Module Name: pkgsrc
Committed By: jlam
Date: Sat Aug 19 00:23:58 UTC 2017
Modified Files:
pkgsrc/lang/parrot: Makefile
Log Message:
lang/parrot: Install manpages into ${PKGMANDIR}.
Pass "--mandir=<dir>" to the configure script to set the correct
location for installed manpages.
To generate a diff of this commit:
cvs rdiff -u -r1.86 -r1.87 pkgsrc/lang/parrot/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/lang/parrot/Makefile
diff -u pkgsrc/lang/parrot/Makefile:1.86 pkgsrc/lang/parrot/Makefile:1.87
--- pkgsrc/lang/parrot/Makefile:1.86 Sat Apr 22 21:03:12 2017
+++ pkgsrc/lang/parrot/Makefile Sat Aug 19 00:23:58 2017
@@ -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 \
Home |
Main Index |
Thread Index |
Old Index