wok diff cvs/receipt @ rev 19295
barcode, xdotool, xmgrace, zfs-fuse, zsnes: fix man or doc path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 06 17:14:38 2016 +0200 (2016-07-06) |
parents | eb8067417980 |
children | 6e8b1bcb30e2 |
line diff
1.1 --- a/cvs/receipt Sat Nov 30 10:06:29 2013 +0000 1.2 +++ b/cvs/receipt Wed Jul 06 17:14:38 2016 +0200 1.3 @@ -8,7 +8,7 @@ 1.4 LICENSE="GPL" 1.5 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.6 WEB_SITE="http://ximbiot.com/cvs/" 1.7 -WGET_URL=""http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL 1.8 +WGET_URL="http://ftp.gnu.org/non-gnu/cvs/source/stable/$VERSION/$TARBALL" 1.9 TAGS="version-control versioning" 1.10 1.11 DEPENDS="libcomerr libcomerr3 libcrypto libkrb5" 1.12 @@ -16,7 +16,6 @@ 1.13 # Rules to configure and make the package. 1.14 compile_rules() 1.15 { 1.16 - cd $src 1.17 ./configure -C --prefix=/usr \ 1.18 --with-ssh \ 1.19 --mandir=/usr/share/man $CONFIGURE_ARGS &&