perl: rebuild to drop compressed manpages.
This commit is contained in:
parent
fe0e0a7f8d
commit
4d239893d8
|
@ -1,7 +1,7 @@
|
|||
# Template build file for 'perl'.
|
||||
pkgname=perl
|
||||
version=5.18.2
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="which less"
|
||||
makedepends="zlib-devel bzip2-devel gdbm-devel db-devel>=5.3"
|
||||
short_desc="Practical Extraction and Report Language"
|
||||
|
@ -227,7 +227,6 @@ do_install() {
|
|||
find ${DESTDIR} -name .exists |xargs rm -f
|
||||
rm -rf ${DESTDIR}/usr/share/perl5/core_perl/$XBPS_CROSS_TRIPLET
|
||||
else
|
||||
# We use the same defaults than Arch Linux.
|
||||
make DESTDIR=${DESTDIR} install
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue