diff options
Diffstat (limited to 'x11-plugins/wmcalc/wmcalc-0.3.ebuild')
-rw-r--r-- | x11-plugins/wmcalc/wmcalc-0.3.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/x11-plugins/wmcalc/wmcalc-0.3.ebuild b/x11-plugins/wmcalc/wmcalc-0.3.ebuild index 768d385f6596..26094e2a1a92 100644 --- a/x11-plugins/wmcalc/wmcalc-0.3.ebuild +++ b/x11-plugins/wmcalc/wmcalc-0.3.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.3.ebuild,v 1.6 2004/01/04 18:36:48 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalc/wmcalc-0.3.ebuild,v 1.7 2004/01/21 20:08:37 tseng Exp $ DESCRIPTION="A WindowMaker DockApp calculator" -#The homepage is not working, but it is what the source lists -HOMEPAGE="http://members.access1.net/ehflora/" +HOMEPAGE="http://members.cox.net/ehf_dockapps/wmcalc/whatis.html" SRC_URI="mirror://debian/pool/main/w/wmcalc/${PN}_${PV}.orig.tar.gz" SLOT="0" LICENSE="GPL-2" @@ -17,7 +16,7 @@ IUSE="" src_unpack() { unpack ${A} ; cd ${S} - epatch${FILESDIR}/${P}-gentoo.diff + epatch ${FILESDIR}/${P}-gentoo.diff } src_compile() { @@ -32,8 +31,8 @@ src_install () { newman ${FILESDIR}/wmcalc.man wmcalc.1 insinto /etc - newins wmcalc.conf + newins .wmcalc wmcalc.conf insinto /etc/skel - newins .wmcalc + doins .wmcalc } |