summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuan Van <langthang@gentoo.org>2004-07-29 16:10:59 +0000
committerTuan Van <langthang@gentoo.org>2004-07-29 16:10:59 +0000
commit314474039214c6085976792f8a07045f26fcdd8d (patch)
tree1efb118fa2f707a6dc96f405aa8b17d43f55ef61 /net-mail/serialmail/serialmail-0.75-r2.ebuild
parentre-add libstdc++-v3 pdep that someone so thoughtfully decided to remove (Mani... (diff)
downloadgentoo-2-314474039214c6085976792f8a07045f26fcdd8d.tar.gz
gentoo-2-314474039214c6085976792f8a07045f26fcdd8d.tar.bz2
gentoo-2-314474039214c6085976792f8a07045f26fcdd8d.zip
Move patches to $DISTDIR.
Diffstat (limited to 'net-mail/serialmail/serialmail-0.75-r2.ebuild')
-rw-r--r--net-mail/serialmail/serialmail-0.75-r2.ebuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/net-mail/serialmail/serialmail-0.75-r2.ebuild b/net-mail/serialmail/serialmail-0.75-r2.ebuild
index 60dea32234bb..274cf388a4e0 100644
--- a/net-mail/serialmail/serialmail-0.75-r2.ebuild
+++ b/net-mail/serialmail/serialmail-0.75-r2.ebuild
@@ -1,12 +1,13 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.1 2004/07/29 03:33:43 langthang Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/serialmail/serialmail-0.75-r2.ebuild,v 1.2 2004/07/29 16:10:59 langthang Exp $
inherit eutils
DESCRIPTION="A serialmail is a collection of tools for passing mail across serial links."
HOMEPAGE="http://cr.yp.to/serialmail.html"
-SRC_URI="http://cr.yp.to/software/${P}.tar.gz"
+SRC_URI="http://cr.yp.to/software/${P}.tar.gz
+ mirror://gentoo/${P}-patch.tar.bz2"
DEPEND="virtual/glibc
sys-apps/groff
@@ -25,9 +26,9 @@ IUSE="static"
src_unpack() {
unpack ${A}
cd ${S}
- epatch ${FILESDIR}/${P}-gentoo.patch
- epatch ${FILESDIR}/${P}-smtpauth.patch
- epatch ${FILESDIR}/${P}-smtpauth_comp.patch
+ epatch ${WORKDIR}/${P}-gentoo.patch
+ epatch ${WORKDIR}/${P}-smtpauth.patch
+ epatch ${WORKDIR}/${P}-smtpauth_comp.patch
sed -i "s:@CFLAGS@:${CFLAGS}:" conf-cc
use static && LDFLAGS="${LDFLAGS} -static"
sed -i "s:@LDFLAGS@:${LDFLAGS}:" conf-ld