From a5d7f75a300257aee29ab6cf4b7f14163978672a Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 17 Jul 2017 12:46:03 +0000 Subject: [PATCH] parrot: fix man path --- srcpkgs/parrot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/parrot/template b/srcpkgs/parrot/template index 35a9bbef71c..13faedf38a8 100644 --- a/srcpkgs/parrot/template +++ b/srcpkgs/parrot/template @@ -1,9 +1,9 @@ # Template build file for 'parrot'. pkgname=parrot version=6.9.0 -revision=3 +revision=4 build_style=configure -configure_args="--prefix=/usr --mandir=/usr/share" +configure_args="--prefix=/usr --mandir=/usr/share/man" short_desc="Virtual machine designed for dynamic languages" maintainer="pancake " homepage="http://www.parrot.org"