wok diff bin86/receipt @ rev 22178

corrected font-manager again
author Hans-G?nter Theisgen
date Sat Nov 09 11:39:06 2019 +0100 (2019-11-09)
parents e8b62ae1b3eb
children 9af0e03b8ad0
line diff
     1.1 --- a/bin86/receipt	Thu Sep 10 22:18:40 2015 +0000
     1.2 +++ b/bin86/receipt	Sat Nov 09 11:39:06 2019 +0100
     1.3 @@ -6,8 +6,8 @@
     1.4  SHORT_DESC="A complete 8086 assembler and loader"
     1.5  MAINTAINER="slaxemulator@gmail.com"
     1.6  LICENSE="GPL2"
     1.7 +WEB_SITE="http://www.debath.co.uk/"
     1.8  TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.9 -WEB_SITE="http://www.debath.co.uk/"
    1.10  WGET_URL="http://v3.sk/~lkundrak/dev86/$TARBALL"
    1.11  TAGS="assembler 8086"
    1.12  
    1.13 @@ -16,7 +16,6 @@
    1.14  # Rules to configure and make the package.
    1.15  compile_rules()
    1.16  {
    1.17 -	cd $src
    1.18  	mkdir -p $DESTDIR/usr/bin $DESTDIR/usr/share/man/man1
    1.19  	make PREFIX=/usr &&
    1.20  	make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man/man1 install