diff options
Diffstat (limited to 'perl/perl-www-mechanize/perl-www-mechanize.SlackBuild')
-rw-r--r-- | perl/perl-www-mechanize/perl-www-mechanize.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild b/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild index 343aa375b1..53439d2c7a 100644 --- a/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild +++ b/perl/perl-www-mechanize/perl-www-mechanize.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for perl-www-mechanize -# Copyright 2010-2011 Binh Nguyen <binhnguyen@fastmail.fm> +# Copyright 2010-2012 Binh Nguyen <binhnguyen@fastmail.fm> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-www-mechanize -VERSION=${VERSION:-1.68} +VERSION=${VERSION:-1.72} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -68,7 +68,7 @@ make install DESTDIR=$PKG find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true -mv $PKG/usr/share/man/man1 $PKG/usr/man ; rm -rf $PKG/usr/share +mv $PKG/usr/share/man/man1 $PKG/usr/man find $PKG/usr/man -type f -exec gzip -9 {} \; find $PKG -name perllocal.pod -o -name ".packlist" -o -name "*.bs" | xargs rm -f || true |