wok-6.x diff Geomyidae/receipt @ rev 19624
Up openssh (7.4p1)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jan 12 09:29:46 2017 +0100 (2017-01-12) |
parents | 45507bfb2b0d |
children | c66922837e6c |
line diff
1.1 --- a/Geomyidae/receipt Mon Jul 04 00:54:49 2016 +0300 1.2 +++ b/Geomyidae/receipt Thu Jan 12 09:29:46 2017 +0100 1.3 @@ -8,8 +8,8 @@ 1.4 LICENSE="MIT" 1.5 SOURCE="geomyidae" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://www.r-36.net" 1.8 -WGET_URL="$WEB_SITE/src/$PACKAGE/$TARBALL" 1.9 +WEB_SITE="http://www.r-36.net/" 1.10 +WGET_URL="${WEB_SITE}src/$PACKAGE/$TARBALL" 1.11 1.12 # Rules to configure and make the package. 1.13 compile_rules() 1.14 @@ -18,8 +18,6 @@ 1.15 sed -i 's|/man/|/share&|' $src/Makefile 1.16 1.17 make && make DESTDIR=$DESTDIR install 1.18 - 1.19 - cook_compress_manpages 1.20 } 1.21 1.22 # Rules to gen a SliTaz package suitable for Tazpkg. 1.23 @@ -29,4 +27,3 @@ 1.24 cp -a $src/index.gph $fs/var/gopher/ 1.25 cp -a $install/usr/bin $fs/usr 1.26 } 1.27 -