summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2003-11-20 09:43:58 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2003-11-20 09:43:58 +0000
commit08f2e9f778828cc6016b570f5944f2f855b9306a (patch)
tree5f6d45eb57324d2f9b17f602b1c3737356082dc3 /app-misc/mepl
parentLittle bugfix (diff)
downloadhistorical-08f2e9f778828cc6016b570f5944f2f855b9306a.tar.gz
historical-08f2e9f778828cc6016b570f5944f2f855b9306a.tar.bz2
historical-08f2e9f778828cc6016b570f5944f2f855b9306a.zip
Little bugfix
Diffstat (limited to 'app-misc/mepl')
-rw-r--r--app-misc/mepl/Manifest4
-rw-r--r--app-misc/mepl/mepl-0.45.ebuild5
2 files changed, 4 insertions, 5 deletions
diff --git a/app-misc/mepl/Manifest b/app-misc/mepl/Manifest
index 51006f2f7648..878acb351ccc 100644
--- a/app-misc/mepl/Manifest
+++ b/app-misc/mepl/Manifest
@@ -1,4 +1,4 @@
-MD5 82a0f8e6225ff52d7aeb5af2713a3fc4 mepl-0.45.ebuild 625
-MD5 2fa2a2448aba9bc7582e8ff55cf27117 ChangeLog 481
+MD5 0240a63ac380419bc55cf388cbc35a18 mepl-0.45.ebuild 625
+MD5 7b46bbe612b0512026b3164dcb7b4e93 ChangeLog 599
MD5 b742040acaeddc3798a21739bd59e8aa metadata.xml 224
MD5 ae8b846a5a3b35f24118191325b33e86 files/digest-mepl-0.45 59
diff --git a/app-misc/mepl/mepl-0.45.ebuild b/app-misc/mepl/mepl-0.45.ebuild
index db5cba3302f7..2aa0df5b53fa 100644
--- a/app-misc/mepl/mepl-0.45.ebuild
+++ b/app-misc/mepl/mepl-0.45.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/app-misc/mepl/mepl-0.45.ebuild,v 1.3 2003/09/05 12:10:36 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/mepl/mepl-0.45.ebuild,v 1.4 2003/11/20 09:43:52 phosphan Exp $
SRC_URI="http://www.hof-berlin.de/mepl/mepl${PV}.tar.gz"
HOMEPAGE="http://www.hof-berlin.de/mepl/"
@@ -16,13 +16,12 @@ S=${WORKDIR}/${PN}${PV}
src_compile () {
emake en
- cp mepl.en mepl.7
- emake updconf
}
src_install () {
dobin mepl meplmail
insinto /etc
doins mepl.conf
+ cp mepl.en mepl.7
doman mepl.7
}