diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 02:52:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-19 02:52:22 +0000 |
commit | ff65c2dd8cb09a58fec42ca88f6cb743d355e562 (patch) | |
tree | fb7fe8282a22814e18b94f99265354e7d5eb9813 /sys-apps/noflushd | |
parent | lintool fixes for #9258 (diff) | |
download | gentoo-2-ff65c2dd8cb09a58fec42ca88f6cb743d355e562.tar.gz gentoo-2-ff65c2dd8cb09a58fec42ca88f6cb743d355e562.tar.bz2 gentoo-2-ff65c2dd8cb09a58fec42ca88f6cb743d355e562.zip |
lintool fixes for #9258
Diffstat (limited to 'sys-apps/noflushd')
-rw-r--r-- | sys-apps/noflushd/noflushd-2.4-r3.ebuild | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sys-apps/noflushd/noflushd-2.4-r3.ebuild b/sys-apps/noflushd/noflushd-2.4-r3.ebuild index 964ca4039402..c8ee297cff69 100644 --- a/sys-apps/noflushd/noflushd-2.4-r3.ebuild +++ b/sys-apps/noflushd/noflushd-2.4-r3.ebuild @@ -1,13 +1,12 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.4-r3.ebuild,v 1.5 2002/10/04 06:28:11 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/noflushd-2.4-r3.ebuild,v 1.6 2002/10/19 02:52:22 vapier Exp $ # Note: the daemon's current 2.4 version has nothing to do with kernel versions -A=noflushd_2.4.orig.tar.gz +MY_P="${P/-/_}" S=${WORKDIR}/${P}.orig -SRC_URI="http://download.sourceforge.net/noflushd/${A}" - -HOMEPAGE="http://noflushd.sourceforge.net" +SRC_URI="http://download.sourceforge.net/noflushd/${MY_P}.orig.tar.gz" +HOMEPAGE="http://noflushd.sourceforge.net/" KEYWORDS="x86" SLOT="0" LICENSE="GPL-2" @@ -17,15 +16,13 @@ DEPEND="virtual/glibc sys-devel/ld.so" src_compile() { - ./configure --prefix=/usr --host=${CHOST} --mandir=/usr/share/man \ - --infodir=/usr/share/info --with-docdir=/usr/share/doc/${PF} || die + --infodir=/usr/share/info --with-docdir=/usr/share/doc/${PF} || die emake || die } -src_install () { - +src_install() { dosbin src/noflushd doman man/noflushd.8 dodoc README NEWS @@ -36,7 +33,6 @@ src_install () { } pkg_postinst() { - echo " Run 'rc-update add noflushd' to add it to runlevels 2 3 4. |