summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-misc/wmmail/wmmail-0.64.ebuild')
-rw-r--r--x11-misc/wmmail/wmmail-0.64.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11-misc/wmmail/wmmail-0.64.ebuild b/x11-misc/wmmail/wmmail-0.64.ebuild
index 24d00adeec36..a41f86b79867 100644
--- a/x11-misc/wmmail/wmmail-0.64.ebuild
+++ b/x11-misc/wmmail/wmmail-0.64.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-misc/wmmail/wmmail-0.64.ebuild,v 1.4 2002/07/11 06:30:58 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/wmmail/wmmail-0.64.ebuild,v 1.5 2002/08/02 17:54:50 seemant Exp $
DESCRIPTION="Mail checking dock applet for WindowMaker (mbox, POP3, IMAP, mh, and MailDir)"
HOMEPAGE="http://www.eecg.toronto.edu/cgi-bin/cgiwrap/chanb/index.cgi?wmmail"
@@ -13,7 +13,7 @@ SRC_URI="http://www.eecg.utoronto.ca/~chanb/WMMail.app/WMMail.app-${PV}.tar.gz"
S="${WORKDIR}/WMMail.app-${PV}"
DEPEND="x11-base/xfree
- x11-libs/libPropList"
+ x11-libs/libPropList"
src_compile() {
./configure \
@@ -25,11 +25,11 @@ src_compile() {
}
src_install () {
- cd "${S}"
+ cd "${S}"
make DESTDIR="${D}" install || die
- dodir /usr/bin
- dosym /usr/lib/GNUstep/Apps/WMMail.app/WMMail /usr/bin/wmmail
- dodoc AUTHORS COPYING NEWS README doc/Help.txt
- mv doc/wmmail.man doc/wmmail.1
- doman doc/wmmail.1
+ dodir /usr/bin
+ dosym /usr/lib/GNUstep/Apps/WMMail.app/WMMail /usr/bin/wmmail
+ dodoc AUTHORS COPYING NEWS README doc/Help.txt
+ mv doc/wmmail.man doc/wmmail.1
+ doman doc/wmmail.1
}