summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Knight <tomk@gentoo.org>2004-08-08 11:24:42 +0000
committerTom Knight <tomk@gentoo.org>2004-08-08 11:24:42 +0000
commitd3ca9819fcd8713f9962088ffbca276dd051bcca (patch)
treebabff7b8161b61a3684325cacfd244cd32ceca2b /mail-client/exmh/exmh-2.5.ebuild
parentWhat happened to ~ppc!? (Manifest recommit) (diff)
downloadgentoo-2-d3ca9819fcd8713f9962088ffbca276dd051bcca.tar.gz
gentoo-2-d3ca9819fcd8713f9962088ffbca276dd051bcca.tar.bz2
gentoo-2-d3ca9819fcd8713f9962088ffbca276dd051bcca.zip
Added docs and config file to fix bug #30959, tidied up ebuilds
Diffstat (limited to 'mail-client/exmh/exmh-2.5.ebuild')
-rw-r--r--mail-client/exmh/exmh-2.5.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/mail-client/exmh/exmh-2.5.ebuild b/mail-client/exmh/exmh-2.5.ebuild
index 7ced864ec621..0723baf76e89 100644
--- a/mail-client/exmh/exmh-2.5.ebuild
+++ b/mail-client/exmh/exmh-2.5.ebuild
@@ -1,9 +1,10 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/exmh/exmh-2.5.ebuild,v 1.3 2004/06/24 22:15:55 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/exmh/exmh-2.5.ebuild,v 1.4 2004/08/08 11:24:42 tomk Exp $
+inherit eutils
DESCRIPTION="An X user interface for MH mail"
-SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${PN}-${PV}.tar.gz"
+SRC_URI="ftp://ftp.scriptics.com/pub/tcl/${PN}/${P}.tar.gz"
HOMEPAGE="http://beedub.com/exmh/"
SLOT="0"
@@ -25,7 +26,7 @@ src_unpack() {
cd ${S}
for i in *.MASTER; do cp $i ${i%%.MASTER}; done
mv exmh.l exmh.1
- patch -p1 < ${FILESDIR}/exmh-2.5-conf.patch
+ epatch ${FILESDIR}/exmh-2.5-conf.patch
cd misc
rm -rf RPM *tar* *gbuffy*
for i in *
@@ -52,6 +53,6 @@ src_install() {
dodoc COPYRIGHT exmh.CHANGES exmh.README misc/*
- dodir /usr/lib/${PN}-${PV}
- install -m 644 lib/* ${D}/usr/lib/${PN}-${PV}
+ dodir /usr/lib/${P}
+ install -m 644 lib/* ${D}/usr/lib/${P}
}