Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=490feda74f341eff0f181598fc37c607a6992ab6
commit 490feda74f341eff0f181598fc37c607a6992ab6 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Wed Nov 28 14:07:29 2007 +0100 iputils-20071127-2-i686 removed broken manpages for now upstream no longer provides manpages, and we do not have the necessary tools to build them. i'll package the missing tools then readd them diff --git a/source/network/iputils/FrugalBuild b/source/network/iputils/FrugalBuild index dbc8907..6cec9a9 100644 --- a/source/network/iputils/FrugalBuild +++ b/source/network/iputils/FrugalBuild @@ -3,7 +3,7 @@ pkgname=iputils pkgver=20071127 -pkgrel=1 +pkgrel=2 pkgdesc="The ping program for checking to see if network hosts are alive." url="ftp://ftp.inr.ac.ru/ip-routing/" rodepends=('netkit-base') @@ -36,15 +36,12 @@ build() { for i in ping ping6; do Finstallrel 4755 /bin/$i done - cd doc - for i in *.8; do - Ffilerel /usr/share/man/man8/$i - done + #cd doc + #for i in *.8; do + # Ffilerel /usr/share/man/man8/$i + #done - Frm /usr/man/man8/tftpd.8 + #Frm /usr/man/man8/tftpd.8 } -# optimalization OK - - # optimization OK _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
