summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-27 23:04:50 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-27 23:04:50 +0000
commit524693934163c0286d2885619a1513a6b96eecdd (patch)
treebc921253af57d081ba5a28fe00955cd1d560e889 /app-emulation/frodo
parentver bump (Manifest recommit) (diff)
downloadgentoo-2-524693934163c0286d2885619a1513a6b96eecdd.tar.gz
gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.tar.bz2
gentoo-2-524693934163c0286d2885619a1513a6b96eecdd.zip
touch the libc
Diffstat (limited to 'app-emulation/frodo')
-rw-r--r--app-emulation/frodo/frodo-4.1.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/frodo/frodo-4.1.ebuild b/app-emulation/frodo/frodo-4.1.ebuild
index 516e9547c3fe..de2925adeb44 100644
--- a/app-emulation/frodo/frodo-4.1.ebuild
+++ b/app-emulation/frodo/frodo-4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.6 2004/06/24 22:31:56 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/frodo/frodo-4.1.ebuild,v 1.7 2004/06/27 23:03:46 vapier Exp $
inherit eutils
@@ -32,7 +32,7 @@ src_compile() {
emake || die "emake failed"
}
-src_install () {
+src_install() {
cd ${S}/Src
dobin Frodo FrodoPC FrodoSC TkGui.tcl
cd ${S}
@@ -62,7 +62,7 @@ src_install () {
dohtml -r ${S}/Docs/*.html
}
-pkg_postinst () {
+pkg_postinst() {
einfo " "
einfo " READ THE DOCS! The documentation can be found at: "
einfo " /usr/share/doc/${PN}-${PV}/html/ "