diff options
Diffstat (limited to 'perl/perl-Date-Manip/perl-Date-Manip.SlackBuild')
-rw-r--r-- | perl/perl-Date-Manip/perl-Date-Manip.SlackBuild | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild index 9d019bc443..fb5384127f 100644 --- a/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild +++ b/perl/perl-Date-Manip/perl-Date-Manip.SlackBuild @@ -24,7 +24,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=perl-Date-Manip -VERSION=${VERSION:-6.50} +VERSION=${VERSION:-6.52} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,15 +72,14 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; -perl Build.PL \ - prefix=/usr \ - installdirs=vendor \ - destdir=$PKG -./Build -./Build test -./Build install \ - --install_path bindoc=/usr/man/man1 \ - --install_path libdoc=/usr/man/man3 +perl Makefile.PL \ + PREFIX=/usr \ + INSTALLDIRS=vendor \ + INSTALLVENDORMAN1DIR=/usr/man/man1 \ + INSTALLVENDORMAN3DIR=/usr/man/man3 +make +make test +make install DESTDIR=$PKG find $PKG/usr/man -type f -exec gzip -9 {} \; |