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/pmud | |
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/pmud')
-rw-r--r-- | sys-apps/pmud/pmud-0.10.1-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-apps/pmud/pmud-0.10.1-r2.ebuild | 6 |
2 files changed, 4 insertions, 6 deletions
diff --git a/sys-apps/pmud/pmud-0.10.1-r1.ebuild b/sys-apps/pmud/pmud-0.10.1-r1.ebuild index a8b7e4ba9f90..736a211ed409 100644 --- a/sys-apps/pmud/pmud-0.10.1-r1.ebuild +++ b/sys-apps/pmud/pmud-0.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Id: pmud-0.10.1-r1.ebuild,v 1.7 2002/10/05 05:39:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmud/pmud-0.10.1-r1.ebuild,v 1.8 2002/10/19 02:52:22 vapier Exp $ IUSE="X" @@ -29,7 +29,7 @@ src_compile() { emake CFLAGS="${CFLAGS}" || die } -src_install () { +src_install() { doman pmud.8 snooze.8 fblevel.8 batmon.8 xmouse.8 exeinto /sbin doexe pmud wakebay snooze fblevel diff --git a/sys-apps/pmud/pmud-0.10.1-r2.ebuild b/sys-apps/pmud/pmud-0.10.1-r2.ebuild index 0637ed895547..821d546d8edd 100644 --- a/sys-apps/pmud/pmud-0.10.1-r2.ebuild +++ b/sys-apps/pmud/pmud-0.10.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Id: pmud-0.10.1-r2.ebuild,v 1.9 2002/10/05 05:39:25 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pmud/pmud-0.10.1-r2.ebuild,v 1.10 2002/10/19 02:52:22 vapier Exp $ IUSE="X" @@ -29,7 +29,7 @@ src_compile() { emake CFLAGS="${CFLAGS}" || die } -src_install () { +src_install() { doman pmud.8 snooze.8 fblevel.8 exeinto /sbin doexe pmud wakebay snooze fblevel @@ -45,6 +45,4 @@ src_install () { doexe Batmon exeinto /usr/X11R6/bin doexe xmouse ) - - } |