summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2002-10-17 15:47:37 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2002-10-17 15:47:37 +0000
commitfed50a5e0421661e0bbd5db79690c7d6a7b845d2 (patch)
treee77ef41e34699c5c2eca228a97fb785b2d3a1e5f /x11-plugins/wmMoonClock
parentlintool (diff)
downloadgentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.gz
gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.tar.bz2
gentoo-2-fed50a5e0421661e0bbd5db79690c7d6a7b845d2.zip
lintool fixes
Diffstat (limited to 'x11-plugins/wmMoonClock')
-rw-r--r--x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild b/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild
index f7869c908063..4c63e1acb5f3 100644
--- a/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild
+++ b/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild,v 1.1 2002/10/08 13:11:51 raker Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmMoonClock/wmMoonClock-1.27.ebuild,v 1.2 2002/10/17 15:47:37 aliz Exp $
DESCRIPTION="dockapp that shows lunar ephemeris to a high accuracy."
SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz"
@@ -16,24 +16,24 @@ KEYWORDS="x86"
src_unpack() {
- unpack ${A}
+ unpack ${A}
- cd ${S}/Src
- mv Makefile Makefile.orig
- sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
+ cd ${S}/Src
+ mv Makefile Makefile.orig
+ sed -e "s:-O2:${CFLAGS}:" Makefile.orig > Makefile
}
src_compile() {
- emake -C Src || die "parallel make failed"
+ emake -C Src || die "parallel make failed"
}
src_install () {
- dobin Src/wmMoonClock
- doman Src/wmMoonClock.1
- dodoc BUGS
+ dobin Src/wmMoonClock
+ doman Src/wmMoonClock.1
+ dodoc BUGS
}