wok diff libofx/receipt @ rev 17501

Normalize tags "file-manager", "web-browser", "text-editor", "terminal", and "window-manager" according to tazx.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 08 02:04:05 2015 +0200 (2015-01-08)
parents d9b88fe66325
children 86790a278e70
line diff
     1.1 --- a/libofx/receipt	Wed Jul 17 23:20:21 2013 +0200
     1.2 +++ b/libofx/receipt	Thu Jan 08 02:04:05 2015 +0200
     1.3 @@ -17,7 +17,9 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 -	./configure --prefix=/usr $CONFIGURE_ARGS &&
     1.8 +	./configure \
     1.9 +		--prefix=/usr \
    1.10 +		$CONFIGURE_ARGS &&
    1.11  	make &&
    1.12  	make DESTDIR=$DESTDIR install
    1.13  }
    1.14 @@ -29,5 +31,4 @@
    1.15  	cp -a $install/usr/bin $fs/usr
    1.16  	cp -a $install/usr/include $fs/usr
    1.17  	cp -a $install/usr/lib $fs/usr
    1.18 -		 
    1.19  }