summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild')
-rw-r--r--x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild b/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild
index 3331fa0c8a6b..4bcdb90a91a5 100644
--- a/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild
+++ b/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild,v 1.1 2003/11/11 16:24:25 mkennedy Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-wm/ratpoison/ratpoison-1.3.0_beta3-r2.ebuild,v 1.2 2004/03/15 02:12:41 bcowan Exp $
inherit elisp-common
@@ -8,15 +8,13 @@ DESCRIPTION="Ratpoison is an extremely light-weight and barebones wm modelled af
HOMEPAGE="http://ratpoison.sourceforge.net/"
LICENSE="GPL-2"
-PV=`echo ${PV} | sed 's/_/-/'`
-P="${PN}-${PV}"
-
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+MY_P="${PN}-${PV/_/-}"
+SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
SLOT="0"
KEYWORDS="~x86 ~sparc ~ppc ~amd64"
IUSE="emacs"
-S=${WORKDIR}/${P}
+S=${WORKDIR}/${MY_P}
DEPEND="x11-base/xfree
emacs? ( virtual/emacs )"