Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --- pkgsrc/lang/parrot/Makefile 2013/10/19 09:06:55 1.76 +++ pkgsrc/lang/parrot/Makefile 2019/08/11 13:21:23 1.95 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.76 2013/10/19 09:06:55 adam Exp $ +# $NetBSD: Makefile,v 1.95 2019/08/11 13:21:23 wiz Exp $ # DISTNAME= parrot-${PARROT_VERSION} -PKGREVISION= 2 +PKGREVISION= 20 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${PARROT_RTYPE}/${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 \