wok diff tcl/receipt @ rev 9365

Fixed packages that have SOURCE that equal PACKAGE. This shouldn't happend.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 20 19:43:39 2011 +0000 (2011-03-20)
parents 7fc7fdaf0872
children 02bbaa9d12ba
line diff
     1.1 --- a/tcl/receipt	Mon Feb 21 04:24:57 2011 +0100
     1.2 +++ b/tcl/receipt	Sun Mar 20 19:43:39 2011 +0000
     1.3 @@ -6,8 +6,7 @@
     1.4  SHORT_DESC="The Tool Command Language"
     1.5  MAINTAINER="erjo@slitaz.org"
     1.6  DEPENDS=""
     1.7 -SOURCE="tcl"
     1.8 -TARBALL="${SOURCE}${VERSION}-src.tar.gz"
     1.9 +TARBALL="${PACKAGE}${VERSION}-src.tar.gz"
    1.10  WEB_SITE="http://tcl.sourceforge.net/"
    1.11  WGET_URL="http://surfnet.dl.sourceforge.net/sourceforge/tcl/$TARBALL"
    1.12  TAGS="language programming"