From bab85c98e2e3c2f17b59ae8f6d8daf6ca80c47c2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 10 Dec 2008 17:35:11 +0100 Subject: [PATCH] perl: install manpages into /usr/share/man. --HG-- extra : convert_revision : e7bb0588673bc34030fa430711454c4b6356f898 --- templates/perl.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/perl.tmpl b/templates/perl.tmpl index 10e3a06744..56c910e60f 100644 --- a/templates/perl.tmpl +++ b/templates/perl.tmpl @@ -4,7 +4,9 @@ version=5.10.0 distfiles="http://www.cpan.org/src/$pkgname-$version.tar.gz" configure_script="./Configure" configure_args="-Dusethreads -des -Dprefix=$XBPS_DESTDIR/$pkgname-$version/usr - -Duselargefiles -Uusesfio -Dinstallstyle=lib/perl5 -Uinstallusrbinperl" + -Duselargefiles -Uusesfio -Dinstallstyle=lib/perl5 -Uinstallusrbinperl + -Dman1dir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man/man1 + -Dman3dir=$XBPS_DESTDIR/$pkgname-$version/usr/share/man/man3" build_style=configure short_desc="Practical Extraction and Report Language" maintainer="Juan RP "