perl: install manpages into /usr/share/man.

--HG--
extra : convert_revision : e7bb0588673bc34030fa430711454c4b6356f898
This commit is contained in:
Juan RP 2008-12-10 17:35:11 +01:00
parent 830c735d75
commit bab85c98e2

View file

@ -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 <xtraeme@gmail.com>"