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